The excitement around Apple’s latest wearable Virtual Reality gadget is not unwarranted. After all, it adds more than one dimension to the way we experience apps - literally and metaphorically. It promises a breathtaking immersive experience to the users. But is it worth jumping on the bandwagon for the app creators and businesses? We, at … Continue reading APPLE’s VISION : A New Look for Apps
Category: iOS
In the last article, we learnt the basics of SwiftUI – declarative programming, the SwiftUI View protocol, state variables and some understanding of how things work behind the scenes. Today, we’ll put these basics to practice and explore some quintessential and at times, sufficient, SwiftUI components for most user interfaces, namely: Text Image TextField Button … Continue reading Some common views in SwiftUI
For years there have been open debates in the iOS community on whether to manage views programmatically or through xib files. Both have their own pros and cons. Swift UI brings much needed closure to that. The XML based xib files (and Storyboards) let us design our views visually in Xcode’s interface builder. It’s a … Continue reading Power of SwiftUI