If you’ve been looking to get into Flutter, here’s a nice timely speed coding video showing how to create a Covid-19 stats UI from Abu Anwar. In just 21 minutes Anwar creates the app, and source code is available on Github. Links: Covid-19 App In Flutter source code on Github The Flutter Way Youtube Channel…
Category: iOS Development Tutorials
Tutorials for iOS development are posted here. The tutorials can cover any topics relevant to iOS developers and tutorials on topics game development, augmented reality, and learning Objective-C have been posted in the past.
If you would like to add a tutorial please submit it here.
3D touch is a great way to enhance user interface components and Yari D’areglia has written a nice guide to building a custom confirmation button that neatly uses 3D touch. In the tutorial you’ll learn how to draw the button, handle the user’s touch force, update the UI based on the touch force, and create…
Maps are an essential feature for many apps and Pranjil Satija has written a nice up-to-date guide using Swift showing how to get started with using the iOS framework’s MapKit Setting up your project to use MapKit Laying out your map in interface builder Gathering the user’s location Creating custom annotations and shapes Displaying custom…
There are a number of great new features added with the iOS 10 SDK and Shinobi Controls have made an in-depth series of tutorials showing how to use many of them. The topics covered within the tutorials include Create a simple Battleship like game as a Messages app extension Using Xcode’s Thread Sanitizer to avoid…
Testing your UI with Apple’s UI testing framework is great for creating tests that can be used across a variety of different devices and iOS versions however those tests can sometimes be slow, and occasionally just stop working. Snapshots provide a nice alternative to Xcode’s UI tests and Facebook’s FBSNapshotTestCase library provides a nice framework…