AppCoda
  • Books
    • Beginning iOS Programming with Swift
    • Intermediate iOS Programming with Swift
    • Mastering SwiftUI
    • Mastering Machine Learning with Core ML and Python
  • Swift Course
  • Tutorials
    • iOS
    • Swift
    • watchOS
    • tvOS
    • All Tutorials
  • App Marketing
  • Workshop
  • App Showcase
  • App Template
  • About
    • About Us
    • Our Team
    • Write for Us
    • Advertise
    • Contact Us
  • 中文
Search
  • Books
    • Beginning iOS Programming with Swift
    • Intermediate iOS Programming with Swift
    • Mastering SwiftUI
    • Mastering Machine Learning with Core ML and Python
  • Swift Course
  • Tutorials
    • iOS
    • Swift
    • watchOS
    • tvOS
    • All Tutorials
  • App Marketing
  • Workshop
  • App Showcase
  • App Template
  • About
    • About Us
    • Our Team
    • Write for Us
    • Advertise
    • Contact Us
  • 中文
AppCoda
  • Books
    • Beginning iOS Programming with Swift
    • Intermediate iOS Programming with Swift
    • Mastering SwiftUI
    • Mastering Machine Learning with Core ML and Python
  • Swift Course
  • Tutorials
    • iOS
    • Swift
    • watchOS
    • tvOS
    • All Tutorials
  • App Marketing
  • Workshop
  • App Showcase
  • App Template
  • About
    • About Us
    • Our Team
    • Write for Us
    • Advertise
    • Contact Us
  • 中文
Search
  • Books
    • Beginning iOS Programming with Swift
    • Intermediate iOS Programming with Swift
    • Mastering SwiftUI
    • Mastering Machine Learning with Core ML and Python
  • Swift Course
  • Tutorials
    • iOS
    • Swift
    • watchOS
    • tvOS
    • All Tutorials
  • App Marketing
  • Workshop
  • App Showcase
  • App Template
  • About
    • About Us
    • Our Team
    • Write for Us
    • Advertise
    • Contact Us
  • 中文
Announcement

Mastering SwiftUI for iOS 17 and Xcode 15 is now Released


As you know, Apple is set to release the official version of iOS 17 and Xcode 15 later this month. To ensure you stay up-to-date with these new releases, we have made significant updates to our Mastering SwiftUI book and its accompanying app projects. The content of the book has been revised to align with Xcode 15 and...

  • Simon Ng
  • 13th Sep '23
  • 0
Announcement

Mastering SwiftUI for iOS 16 and Xcode 14 is Now Released


As you know, Apple released Xcode 14 and iOS 16, along with the debut of iPhone 14. Now our Mastering SwiftUI book is updated to support the latest version of iOS and Xcode. All the content including screenshots and source code are updated for Xcode 14 and iOS 16. On top of that, we added over 100 pages of...

  • Simon Ng
  • 6th Oct '22
  • 0
Announcement

Announcing Beginning iOS Programming with Swift for iOS 15 and Xcode 13


After months of hard work, the new edition of our Beginning iOS Programming with Swift course for iOS 15 and Xcode 13 is now officially launched. In addition to updating our course for iOS 15 and Xcode 13, this new update comes with two editions of the beginner book for UIKit and SwiftUI. Should you learn SwiftUI or...

  • Simon Ng
  • 22nd Oct '21
  • 0
Announcement

Announcing Mastering SwiftUI Book for Xcode 12 and iOS 14


We are launching the update of our Mastering SwiftUI book for Xcode 12 and iOS 14. Along with the release of Xcode 12, Apple released a big update to the SwiftUI framework with a lot of additions. Other than adding new UI components to streamline your UI development, Xcode 12 introduces a new App lifecycle API for...

  • Simon Ng
  • 29th Sep '20
  • 0
SwiftUI

Building Collection Views in SwiftUI with LazyVGrid and LazyHGrid


The initial release of SwiftUI didn’t come with a native collection view. You can either build your own solution or use third party libraries. In this year’s WWDC, Apple introduced tons of new features for the SwiftUI framework. One of them is to address the need of implementing grid views. SwiftUI now...

  • Simon Ng
  • 25th Jun '20
  • 0
iOS

Learn SwiftUI Using Swift Playgrounds for iPad and Mac


“I only have an iPad. Can I use it to develop iOS apps?” This is one of the most common questions for beginners. My answer is always “No, you need a Mac to run Xcode for iOS app development.” “But how about Swift Playgrounds for iPad? Can I use the app to learn Swift and app...

  • Simon Ng
  • 12th Mar '20
  • 0
Read Article
Announcement
Announcement

Introducing MotionBar – the Animated Tab Bar Library


In an earlier tutorial, we shared how to create a custom tab bar view using SwiftUI to replace the standard tab bar. If you’ve already read that tutorial, you know that building your own tab bar is not a difficult task....

  • Simon Ng
  • 31st Mar '23
  • 0
  • Read More...
Read Article
SwiftUI
SwiftUI

Building a Scrollable Custom Tab Bar in SwiftUI


Whether you’re creating a social media app or a productivity tool, the tab bar interface can enhance the user experience by making it more intuitive and user-friendly. With SwiftUI’s TabView, creating a seamless and...

  • Simon Ng
  • 10th Mar '23
  • 0
  • Read More...
Read Article
SwiftUI
SwiftUI

Customizing SwiftUI Bottom Sheet’s Background and Scrolling Behaviour


Since the release of iOS 16, it’s easy to create an interactive bottom sheet using SwiftUI. All you need to do is to embed a modifier called presentationDetents in a Sheet view. Earlier, we published a detailed tutorial to...

  • Simon Ng
  • 28th Feb '23
  • 0
  • Read More...
Read Article
SwiftUI
SwiftUI

How to Create a Checkbox in SwiftUI Using ToggleStyle


The SwiftUI framework comes with a built-in checkbox, but it’s only available on the macOS platform. If you want to use checkboxes on iOS, you have to build your own component. Previously, we’ve covered ToggleStyle to...

  • Simon Ng
  • 23rd Feb '23
  • 0
  • Read More...
Read Article
SwiftUI
SwiftUI

Using ToggleStyle to Build Custom Toggles in SwiftUI


Toggle in SwiftUI is one of the most used views that it allows users to switch between two states, either on or off. This control is a great way to provide a simple and intuitive interface for your users, making it a popular...

  • Simon Ng
  • 16th Feb '23
  • 0
  • Read More...
Read Article
SwiftUI
SwiftUI

Building a QR Code Scanner App in SwiftUI


So, what’s QR code? I believe most of you know what a QR code is. In case you haven’t heard of it, just take a look at the above image – that’s a QR code. QR (short for Quick Response) code is a kind of...

  • Simon Ng
  • 9th Feb '23
  • 0
  • Read More...
Read Article
SwiftUI
SwiftUI

Working with the new NavigationStack in SwiftUI


In iOS development, navigation view is definitely one of the most commonly used components. When SwiftUI was first released, it came with a view called NavigationView for developers to build navigation-based user interfaces. With...

  • Simon Ng
  • 22nd Nov '22
  • 1
  • Read More...
Read Article
Uncategorized
Uncategorized

Switching Layout Using SwiftUI AnyLayout


Starting from iOS 16, SwiftUI provides AnyLayout and the Layout protocol for developers to create customized and complex layouts. AnyLayout is a type-erased instance of the layout protocol. You can use AnyLayout to create a...

  • Simon Ng
  • 7th Oct '22
  • 0
  • Read More...
Read Article
Announcement
Announcement

Mastering SwiftUI for iOS 16 and Xcode 14 is Now Released


As you know, Apple released Xcode 14 and iOS 16, along with the debut of iPhone 14. Now our Mastering SwiftUI book is updated to support the latest version of iOS and Xcode. All the content including screenshots and...

  • Simon Ng
  • 6th Oct '22
  • 0
  • Read More...
Read Article
SwiftUI
SwiftUI

How to Use SwiftUI Gauge and Create Custom Gauge Styles in iOS 16


In iOS 16, SwiftUI introduces a new view called Gauge for displaying progress. You can actually use it to show values within a range. In this tutorial, let’s see how to use the Gauge view and work with different gauge...

  • Simon Ng
  • 25th Sep '22
  • 0
  • Read More...
Newer Posts
  • 1
  • 2
  • 3
  • 4
  • …
  • 48
Older Posts

Connect with Us


AppCoda

Our Course/Books


Swift Programming book for Beginners
Newer Posts
  • 1
  • 2
  • 3
  • 4
  • …
  • 48
Older Posts
AppCoda is one of the leading iOS programming communities. Our aim is to teach everyone how to build apps with high quality and easy-to-read tutorials. Learn by doing is the heart of our learning materials.

Meet AppCoda

About
Our Team
Write for Us
Advertise

Our Books

Beginning iOS Programming with Swift
Written for beginners without any programming experience. Supports Xcode 14, Swift 5.7 and iOS 16.
Intermediate iOS Programming with Swift
Written for developers with some iOS programming experience. The book uses a problem-solution approach to discuss the APIs and frameworks of iOS SDK.

Our Products

RSS App Template
Save you thousands of dollars. Simply plug your own RSS feeds and turn the Xcode template into a RSS reader or a Blog reader app.

Our Course

Beginning iOS Programming with Swift
Learn how to code in Swift and build a real world app from scratch. Now supports Xcode 14, Swift 5.7 and iOS 16.

Copyright © AppCoda. 2023 • All rights reserved.

Terms of Service | Privacy Policy | RSS Feed | Contact Us

  • Twitter
  • Facebook
  • GitHub