Skip to content
SweetTutos
Your guide for Mobile, Web, and AI

Tag: ios development

ios development/native ios app/Swift/UIWebView/Xcode

Working with UIWebView in Swift

Posted on July 23, 2015 by Malek / 7 Comments

In a previous tutorial, I wrote about UIWebView and UIActivityIndicator and how to use them to load a url. The article has helped a lot of my sweet readers, so ...

Auto Layout/ios development/native ios app/SnapKit/Swift

How to Easily Write Auto Layout Constraints Programmatically with SnapKit

Posted on July 13, 2015 by Malek / 7 Comments

Is defining Auto Layout constraints programmatically seems to be hard to do ? Do you prefer not to make constraints in code ’cause you know you may blew i...

ios development/native ios app/Swift/UIKit

How to make a simple 2D drawing app in Swift

Posted on June 16, 2015 by Malek / 13 Comments

UIKit has powerful tools and API that enable 2D drawing, which comes in handy often when we need to draw fast hand sketches and drawings. Many apps in Apple sto...

ios development/native ios app/Property List/Swift/Xcode

[Swift] How to read and write into plist files

Posted on June 3, 2015 by Malek / 15 Comments

Update November 2015: Fully updated for iOS 9 (Xcode 7 and Swift 2). Almost all applications require a mechanism to store data that will be needed at a later ti...

ios development/native ios app/Swift

Alamofire Sweet Asynchronous Networking

Posted on May 24, 2015 by Malek / 1 Comment

Modern programming in iOS implies many rules to enhance the app responsiveness and throughput. One of this is multitasking and asynchronous tasks. Asynchronous ...

ios development/MapKit/native ios app/Swift/Swift 2/Xcode/Xcode 7

[Swift MapKit Tutorial Series] How to Display and Manage Different Custom Pin Annotations View Objects on the Map

Posted on May 14, 2015 by Malek / 29 Comments

Update April 2016: Fully updated for iOS 9.3 (Xcode 7.3 and Swift 2.2). Lot of stuff was demonstrated in the first and second tutorials of this series, you lear...

ios development/MapKit/native ios app/Swift/Swift 2/Xcode/Xcode 7

[Swift MapKit Tutorial Series] Working with MKMapItem to manage pin informations

Posted on May 4, 2015 by Malek / 0 Comment

Update October 2015: Fully updated for iOS 9 (Xcode 7 and Swift 2). In the previous tutorial, you learned how to use the MKLocalSearch API powered by MapKit fra...

iOS 10/ios development/MapKit/native ios app/Swift 3/Xcode 8

[Swift MapKit Tutorial Series] How to search a place, address or POI on the map

Posted on April 24, 2015 by Malek / 75 Comments

Update September 2016: Fully updated for Xcode 8 and Swift 3. I usually like how MapKit framework comes with a great set of API to empower each map app. The fir...

iOS 13/ios development/native ios app/Swift 5/Xcode 11

[Swift 5] How to make a horizontal paging UIScrollView with Auto Layout in Storyboards

Posted on April 13, 2015 by Malek / 82 Comments

Update May 2020: Fully updated for Xcode 11 and Swift 5.1. Since Auto Layout came to life, the task of making adaptive user interfaces that support all scr...

ios development/native ios app/NSXMLParser/RSS/Swift

Develop RSS feed parser app in Swift

Posted on March 30, 2015 by Malek / 26 Comments

RSS is a well known web feed format, usually used to publish different informations frequently changed, such as blog entries and headlines. It’s one form ...

Posts pagination

« Previous 1 2 3 4 Next »
Copyright © 2014-2025 SweetTutos. All Rights Reserved.