iOS task when application is closed

Question or problem in the Swift programming language: I am building an app which uploads files to the server via ajax. The problem is that users most likely sometimes won’t have the internet connection and client would like to have the ajax call scheduled to time when user have the connection back. This is possible […]

Continue Reading

Tab Bar Button color in Swift 3?

Question or problem in the Swift programming language: In Swift 2 I used a User Defined Runtime Attribute in Storyboard with a key path of tintColor to change the tab bar item icon colors. However, it looks like tintColor was removed with Swift 3. How can I change the selected color of the tab bar […]

Continue Reading