SwiftUIX – A SwiftUI Helper Library Filling In The Gaps of SwiftUI

While SwiftUI is excellent there are some issues when dealing with missing components, and often needing to interface with UIKit. SwiftUIX is a project that aims to fill the gaps providing many missing components with a simple coding style. There are also some other helpers included such as helpers for color, control flow, and custom…

The post SwiftUIX – A SwiftUI Helper Library Filling In The Gaps of SwiftUI appeared first on iOS App Dev Libraries, Controls, Tutorials, Examples and Tools.

Pointer Control

This article is part of a series on going iPad-only.


I’d like to share a few thoughts about pointer control on the iPad. My perspective is narrow and specific: I’ve been using an iPad as my full-time computer for three and a half years, and my job is writing books. The iPad does everything I need it to, and I’ve written a lot already about why it’s the right device for me.

In particular, I wrote a piece about the weird disconnect of pointer-driven interfaces, which only really becomes apparent when you move away from the familiarity of pointing devices. Switching entirely to the iPad meant committing to many new ways of doing things, to the extent that I now find traditional computers a bit awkward to use. They feel like machines with interfaces designed to let you use the pointer, rather than with a pointer designed to let you use the interface. And of course that’s exactly what they are, because it’s logical to make the software capitalise on the nature of the hardware.

Continue reading “Pointer Control”

DoraemonKit – In App Toolkit For Faster Native iOS And Android Development

DoraemonKit is an open source in app tool that helps speed up native iOS & Android development and testing. With DoraemonKit you get a nice interface from which you can tweak numerous values such as GPS coordinates. Some of the features of DoraemonKit: Mocking GPS Coordinates Checking for operations in sub-threads CPU, memory, network usage…

The post DoraemonKit – In App Toolkit For Faster Native iOS And Android Development appeared first on iOS App Dev Libraries, Controls, Tutorials, Examples and Tools.

Speed Coding A Covid-19 App UI In Flutter (Video 21 Mins)

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…

The post Speed Coding A Covid-19 App UI In Flutter (Video 21 Mins) appeared first on iOS App Dev Libraries, Controls, Tutorials, Examples and Tools.

Speed Coding A Covid-19 App With A Great UI In Flutter (Video 30 Mins)

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 app with a great UI from Abu Anwar. In just 30 minutes Anwar creates the app, and source code is available on Github. Links: Covid-19 App In Flutter source code on Github The…

The post Speed Coding A Covid-19 App With A Great UI In Flutter (Video 30 Mins) appeared first on iOS App Dev Libraries, Controls, Tutorials, Examples and Tools.