MattJan 205 min readCreating a Video Background View Controller in Swift for iOS: A Step-by-Step GuideIn this tutorial we will show how to create a ViewController in iOS swift, that has a video background playing on repeat. Contents Pros &...
MattNov 13, 20235 min readHow to create level selection screens for a mobile game in iOS (with automated tests!) - Part 1 Master iOS game design: World & Level selection screens with Swift. Part 1 dives into Carousel, Locked Worlds, Automated Tests. 🎮 #iOSDev
MattOct 11, 20234 min readHow to Write Effective UI Tests for iOS AppsWrite better iOS UI tests: Focus on app behavior, not implementation. Inject dependencies for cleaner code. #iOSDevelopment #UITesting
MattSep 21, 20235 min readThe Power of Automated Testing in iOS App and Game Development. Testing Part 1Automated testing: Agile's secret weapon in iOS development. Swift feedback, high quality, and adaptability. #iOSDev #AgileTesting