Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 675 Bytes

File metadata and controls

11 lines (8 loc) · 675 Bytes

App-Utilites

Useful IOS application componants that I have implemented.

1. Location Manager

Serves to determine co-ordinates based upon address of desired location. Distance is then determined between mobile device and co-ordinates.

2. Scroll View Positioning

Simple and well documented code serving to determine when keyboard or UI picker appears. Upon the presentation of the keybaord/picker, the scroll view will move up in co-ordination with the chosen 'contentInset' size.

3. Train Time Gathering

This function uses Swift Soup in order to gather live train data from Trainline.com. It returns departure and platform data to be formatted for future use.