© 2023 Hashnode
#ios-app-development
Apple VoIP push notifications combined with QuickBlox SDK provide developers with powerful tools for providing real-time communication to users. Push notifications are an effective way to alert users …
Sliders are a replacement of UISlider from UIKit. You could observe the use of slider mostly in forms where one has to value from a big range. In the case you are looking forward to use this, let's di…
SwiftUI was launched in 2019 and since then Apple has been constantly adding features and updates to make it production ready. Following that, there were drastic amount of updates made in SwiftUI 4. S…
Flutter offers the ability to create apps that can be used on multiple platforms, including mobile, desktop, and web, using a single codebase. However, this presents new challenges in creating apps th…
Hi folks! Knowing about building a Mobile Application using Flutter and Android, I thought of giving it a shot to learn about Native iOS development. So, recently, I have been learning iOS development using Swift and SwiftUI. Got some good …
Are you tired of having your users lost and confused when they interact with notifications in your iOS app? Do you want to make sure they are directed to the right page every time? Look no further! In…
SwiftUI Layout works very differently than UIKit; Wherein UIKit we dealt with raw frames, and either added constraints accordingly or have some concrete frame-set to specify the position of views, in …
Swift provides with different ways of displaying visual effects like blur and vibrancy effects. These can mostly be used as background for views and can be used to improve the overall app design. You …
To put it simply, a group of codes, when executed on a particular/certain conditions, are known as conditional statements. You can quickly identify them by figuring out some noticeable terms like if, …
What are variables? Most of you are here to understand the first and foremost concept of programming, but we will help you answer with the simple steps: If you were attentive and loved Maths as your s…