You are on page 1of 2

Taimoor Pervez

1:Switch Case

2:String merg

3:For loops using Print single characters

4:Uppercased

5:Print Assci value

6:Float to int and Int to Float

7:String to Int

8:Array mutable and Imutable

10:Optional and unwrapped

11:Dictionary

12:Array merg

13:If else and logical operator

14:closure(with type,void,without parameter,with parameter )

15 Autoclosure without parameter

16 AppDelegation

17 Main Story board

18 App Life cycle

19 Five State of ios app(active,inactive,non running state,,Background,suspended)

20 Outlet

21 label value change

22 label text print with string

23 Table view and cell

24 Alert by click on cell and also click create alert click by button

25 Hide label by click button

Ref

http://www.w3ants.com/ios-tutorial/
https://www.appcoda.com/learnswift/get-started.html

https://developer.apple.com/library/archive/referencelibrary/GettingStarted/DevelopiOSAppsSwift/Buil
dABasicUI.html#//apple_ref/doc/uid/TP40015214-CH5-SW1

https://developer.apple.com/library/archive/documentation/Cocoa/Conceptual/Strings/Articles/format
Specifiers.html

https://www.programiz.com/swift-programming/dictionary

https://www.hackingwithswift.com/example-code/language/how-to-append-one-array-to-another-
array

https://stackoverflow.com/questions/24096096/immutable-mutable-collections-in-swift

https://www.codevscolor.com/swift-4-tutorial-dictionary/

https://www.programiz.com/swift-programming/functions

https://developer.apple.com/documentation/swift/array

https://makeapppie.com/2016/09/12/understand-and-use-closures-in-swift/

https://learnappmaking.com/closures-swift-how-to/

https://www.programiz.com/swift-programming/closures

https://medium.com/@Dougly/breaking-down-the-appdelegate-swift-3-258e48f907d6

https://developer.apple.com/documentation/uikit/uiviewcontroller

https://developer.apple.com/xcode/interface-builder/

https://www.hackingwithswift.com/example-code/language/what-does-the-appdelegate-class-do

https://developer.apple.com/library/archive/documentation/iPhone/Conceptual/iPhoneOSProgrammin
gGuide/TheAppLifeCycle/TheAppLifeCycle.html

https://developer.apple.com/library/archive/documentation/iPhone/Conceptual/iPhoneOSProgrammin
gGuide/StrategiesforHandlingAppStateTransitions/StrategiesforHandlingAppStateTransitions.html#//ap
ple_ref/doc/uid/TP40007072-CH8-SW2

https://developer.apple.com/library/archive/documentation/iPhone/Conceptual/iPhoneOSProgrammin
gGuide/StrategiesforHandlingAppStateTransitions/StrategiesforHandlingAppStateTransitions.html#//ap
ple_ref/doc/uid/TP40007072-CH8-SW3

You might also like