Skip to content

SweetTutos

Your guide for Mobile, Web, and AI
ios development/native ios app/Swift 2/UIKit/UIKit Dynamics

[UIKit Dynamics Series] How to make custom UIView animations with UISnapBehavior and UIDynamicItemBehavior

Posted on September 17, 2015 by Malek / 0 Comment

UIKit Dynamics is the UIKit engine that provides physics-related capabilities and animations to views and other UI items. Thanks to a powerful set of API, class...

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

Get started with UIStackView

Posted on August 31, 2015 by Malek / 1 Comment

UIStackView is useful for rapid streamlined content that you don’t want to worry about its layout. It’s like providing the content you want to show ...

Swift 2/Xcode 7

Hands-On Swift 2 [Part 2]

Posted on August 14, 2015 by Malek / 1 Comment

In the previous tutorial, you practically saw how features like Availability Checking, Defer Actions and Error Handling came in handy to make your swift experie...

Swift 2/Xcode 7

Hands-On Swift 2 [Part 1]

Posted on August 1, 2015 by Malek / 0 Comment

Swift 2 is a major release of the Apple’s Swift programming language that comes with a bunch of new capabilities. This tutorial goal is to get you up and ...

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...

Swift playgrounds/Xcode 7

Get up and running with Swift playgrounds in Xcode 7

Posted on June 30, 2015 by Malek / 6 Comments

Update October 2015: Fully updated for Swift 2.1 The curtain came down on the annual WWDC and Apple has announced the new iOS 9 and Xcode 7 along with Swift 2 a...

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 ...

Posts pagination

« Previous 1 … 4 5 6 7 Next »
Copyright © 2014-2025 SweetTutos. All Rights Reserved.