Branding is a priority with your app and colour scheme is a huge part of that. The default colours provided by Swift are really handy but what if you want to use your own branding colours? Continue Reading “Custom UIColor References in Swift”
Branding is a priority with your app and colour scheme is a huge part of that. The default colours provided by Swift are really handy but what if you want to use your own branding colours? Continue Reading “Custom UIColor References in Swift”
By default, buttons in iOS do not animate. Fortunately, you can set alternative properties for their different states. This simple piece of code can be attached to any button to give it a slight size animation. Therefore the user gets the feedback they need to know your button has been pressed. Continue Reading “Animate your iOS buttons on touch”
Just a quick post this time, for those of you looking to add sharing into your App.
Apple have done a great drop adding sharing into their OS. It couldn’t be easier to add it in to your app with just three lines of code. Continue Reading “Add Sharing to your iOS App”