// the find
hussien89aa/iOSAppDevelopment
step by step to start build apps with iOS 10 and swift 3
A companion repo for a Udemy/YouTube beginner iOS course, covering Swift 3 basics (arrays, loops, optionals, protocols) and a handful of small iOS 10 sample apps (chat, weight tracker, maps, table views). It's a code dump for people following along with the video series, not a standalone learning resource.
The playground files cover Swift 3 fundamentals in small, focused chunks — easy to open and run one topic at a time. The iOS 10 sample apps include a Firebase chat app and a MapKit demo, which are the kinds of things beginners actually want to build. With 1300 forks it clearly served its audience when it was current.
Swift 3 and iOS 10 are ancient — this code won't compile without migration warnings on any modern Xcode, and several APIs it uses have been deprecated or removed entirely since then. There's no README content beyond a single image link (which is broken) and a YouTube link, so without the video it's mostly opaque. The repo hasn't been touched since 2021 and the author's own README references Swift 4/iOS 11 as an update that lives... somewhere else. Anyone picking this up today would spend more time fighting compiler errors than learning iOS.