Skip to content

Latest commit

 

History

History
264 lines (112 loc) · 10.2 KB

README.md

File metadata and controls

264 lines (112 loc) · 10.2 KB

ios-questions

Small projects created on my way to iOS nirvana

The files are public domain - unless there is a different note (by their respective authors) on the top of some files.

For example few projects use an CC BY-SA 3.0 licensed SVG-file by Denelson83, Wikimedia Commons

To compile some of the projects you need to install CocoaPods:

    sudo gem update --system
    sudo gem install cocoapods
    pod setup

and then run in the project dir:

    pod install

Screenshots

AdaptiveWeather from the tutorial Adaptive Layout Tutorial: Getting Started:

screenshot

Anagrams from the tutorial How To Make a Letter / Word Game with UIKit:

screenshot

CoreDataTutorial2 from the tutorial Core Data Tutorial for iOS: Getting Started:

screenshot

Drag1:

screenshot

DragScroll:

screenshot

DragTiles:

screenshot

FailedBankCD from the tutorial Core Data Tutorial for iOS: Getting Started:

screenshot

FetchJson1:

screenshot

FetchJson4:

screenshot

FetchJsonEscapable based on Swiftful Thinking code by Nick Sarno:

screenshot

JsonPlayground parse JSON into a [[String:Any]] for NSBatchInsertRequest:

screenshot

MyAuth:

screenshot

MyCollection:

screenshot

MyDefaults:

screenshot

MyFacebook:

screenshot

MyFetch:

screenshot

MyFruits with images by Gerald_G @ openclipart.org:

screenshot

MyGameCenter:

screenshot

MyGames:

screenshot

MyPhone:

screenshot

MyStaticCells:

screenshot

MySubtitle:

screenshot

QRCodeReader:

screenshot

MyWeb:

screenshot

NaviLinkLocalized localized version of the NaviLinkProg project below:

screenshot

NaviLinkProg programmatically activate NavigationLink in a List ForEach:

screenshot

ParseJsonEnum parse array of arrays and refer to the inner array elements by name:

screenshot

PassAppStorage:

screenshot

Recognizer by TomSwift:

screenshot

RenameView:

screenshot

Scroll:

screenshot

ScrollContent:

screenshot

SpriteKitTest:

screenshot

Tile:

screenshot

jmImage:

screenshot

oauthFacebook:

screenshot

oauthGoogle:

screenshot

oauthMailru:

screenshot

oauthOdnoklassniki:

screenshot

oauthVkontakte:

screenshot

ParseCSV:

screenshot

sdImage:

screenshot

sdImageCopied:

screenshot

Tops1 SwiftUI, Core Data, Localization, observe UserDefaults from TopViewModel:

screenshot

TopsBatchInsert NSBatchInsertRequest does not work with multiple constraints: uid,language and fails with NSCoreDataOptimisticLockingFailureConflictsKey:

screenshot

TopsMultiple multiple Core Data contexts:

screenshot

TransApp Core Data Transformable type for arrays:

screenshot

StackOverflow

My iOS-related questions at StackOverflow