Developing an iOS application is full of small bits of repetitive tasks. When you develop User Interface in code, you must create and handle constraints in code. Depending on what you have to do this could become extremely repetitive and complicated. You can write each constraint yourself, but this gets […]
Sharpening My Tool Part 1
I’ve been working on a full fledged pdf reader application for iOS. During the process of developing for this I have wanted to use Icons from Font Awesome; as buttons in the app. Apple’s iOS doesn’t like SVG files or the font awesome font files, to work around this I’ve […]
Useful Tools
If you have to convert numbers like Temperature easily in Swift check out https://www.andyibanez.com/posts/using-nsmeasurement-for-working-with-dimensions-and-units/. I’ve used it in the Weather Driver Application to handle Celsius to Fahrenheit.
Weather Driver
My current personal project is codenamed Weather Driver. This is an iOS application targeted at Truck Drivers and other people who travel on the road. This application will allow them to better plan their trip around the weather. You will be able to enter your destination, chose a route, and […]