#ios

Found 27 articles tagged with #ios

iOS Modal Presentations

You display a modal presentation, like an alert, popover, sheet, or confirmation dialog to draw attention to an important narrowly scoped task.

Mar 07, 2023#ios#swift#swiftui

A Complete Guide to iOS Data Persistence

We are going to look at persistence options for iOS, each of these has its own pros and cons, it’s up to you to determine which option surpasses the others.

iOS Interview Questions (SwiftUI)

Preparing for a SwiftUI interview involves a combination of learning the fundamental concepts of SwiftUI and practicing building user interfaces with the framework.

Mastering iOS + Swift + SwiftUI

Recommended learning resources to become an iOS developer, so you can spend time learning instead of searching.

Sep 15, 2022#ios#swift#books

iOS Interview Questions (Swift)

Preparing for an iOS interview requires you to take considerable amount of time to review Swift language features.

Grand Central Dispatch (GCD)

In a nutshell, GCD consists of language features, runtime libraries, and system enhancements to support concurrency in Apple platforms.

Jul 20, 2022#ios#concurrency

iOS Operation Queues

One way to perform operations concurrently in iOS is with the Operation and OperationQueue classes built on top of GCD.

Getting Started with CocoaPods

CocoaPods will resolve dependencies between libraries, fetch the resulting source code, then link it together in an Xcode workspace to build your project.

Jul 18, 2022#ios#xcode

iOS Dependency Formats

When you add a dependency to Xcode projects you have the options to add Swift packages, XCFrameworks, frameworks or libraries.

Jul 18, 2022#ios#xcode

Getting Started with Swift Package Manager

The official tool for managing the distribution of Swift code to automate the process of downloading, compiling, and linking dependencies.

Jul 18, 2022#ios#swift#xcode