Pinned Repositories
AvailableiOS14Bug
Demonstrates that the if #available(iOS 14, *) check doesn't work when running on iOS 13
CustomBackButtonExample
Shows how to how create custom UINavigationBar back buttons with stretchable images and text, as well as custom nav bar background images
fastlane
🚀 The easiest way to automate building and releasing your iOS and Android apps
FullScreenAnimations
Shows examples of a Path-style open-book animation in a Universal iPhone/iPad app using MGSplitViewController, and a falling-star animation, like in Calgary Eats.
iOSDevDirectory
The iOS Dev Directory
jgale.github.io
Jeremy's Static home page.
MakeItSo
This is the source code for Make It So, the sample app accompanying my blog post "Replicating the iOS Reminders App Using SwiftUI and Firebase"
react-native-hybrid-app-examples
A collection of examples for using React Native in an existing iOS application
SwiftUICustomFonts
SwiftUI app that uses custom fonts in a Swift Package, but Xcode Previews still work.
jgale's Repositories
jgale/FullScreenAnimations
Shows examples of a Path-style open-book animation in a Universal iPhone/iPad app using MGSplitViewController, and a falling-star animation, like in Calgary Eats.
jgale/SwiftUICustomFonts
SwiftUI app that uses custom fonts in a Swift Package, but Xcode Previews still work.
jgale/CustomBackButtonExample
Shows how to how create custom UINavigationBar back buttons with stretchable images and text, as well as custom nav bar background images
jgale/react-native-hybrid-app-examples
A collection of examples for using React Native in an existing iOS application
jgale/AvailableiOS14Bug
Demonstrates that the if #available(iOS 14, *) check doesn't work when running on iOS 13
jgale/fastlane
🚀 The easiest way to automate building and releasing your iOS and Android apps
jgale/iOSDevDirectory
The iOS Dev Directory
jgale/jgale.github.io
Jeremy's Static home page.
jgale/MakeItSo
This is the source code for Make It So, the sample app accompanying my blog post "Replicating the iOS Reminders App Using SwiftUI and Firebase"
jgale/MapOptionaliOS14Bug
iOS 14: Using map() on an optional @State object to present a sheet does not work
jgale/Nightmares
jgale/resume
Hosts my resume
jgale/sample_rails_app
A very basic Rails tutorial example, based on http://ruby.railstutorial.org/chapters/beginning
jgale/StateBugiOS14
An example showing a scenario where @State vars don't work on iOS 14
jgale/SwiftUIListSectionBug
A relatively small reproducible example of a bug where List item won't render correctly in the new Section
jgale/SwiftUIPresentationModeBug
A reproducible example of how adding @Environment(\.presentationMode) causes sheets to be rendered twice
jgale/SwiftUIScrollViewUpdateBug
A minimal reproduction case for a SwiftUI bug where ScrollView doesn't update immediately
jgale/TabBarAccessibility14
iOS 14 b7 bug: Default accessibility labels for TabView items are using the image systemName instead of the Text.
jgale/tax