iOS Dev Tools

iOS Dev Tools: LocationSimulator, EarlGrey 2.0, SwiftUI Introspect

Welcome to another edition of iOS Dev Tools! This week we're featuring some amazing tools that will help you build better iOS apps faster.

LocationSimulator

LocationSimulator is a macOS app for developers to test location-based features in their iOS or iPhoneSimulator apps. It allows you to virtually change the device's location without jailbreaking or installing an extra app.

EarlGrey 2.0

EarlGrey 2.0 is a powerful iOS development tool that helps developers build better apps faster with advanced features and modern architecture.

SwiftUI Introspect

SwiftUI Introspect allows you to get the underlying UIKit or AppKit element of a SwiftUI view. That way it bridges the gap between SwiftUI and native UI elements by adding an invisible IntrospectionView on top of the selected view.