Libraries / Personal

SimpleSurvey

This is a library I made in order to prompt for user feedback or App Store reviews in a pleasant, non-obtrusive way. It is designed to drop down a view with a question and two answers. The typical flow would be to ask whether the user is having a good experience, and if so, ask for a review, and if not, ask for email feedback.

SettingsActions

🚧 More info coming soon…

SharedHelpers

This has become my dumping ground for all helpful additions and extensions that I want to be able to reuse in all of my apps. Generally, if I find something that I was to share between my apps, and it does not make sense as a library by itself, I include it here.

AvatarView

This library started from a common need to display avatars to represent people in different apps. Usually, there is an image for the person, and if not, initials should be shown instead. As this has been used in different apps, it has grown to include additional custom views:

CustomTabBar

CustomTabBar is an iOS component for a custom tab bar.

DateChooser

This library provides a UIDatePicker wrapped in a UIAlertController-like view along with some helpful actions. This has allowed me to provide a better experience in many apps for choosing dates or time intervals. It is highly configurable, either through Interface Builder or in code, allowing it to be used in a variety of situations.

CloudKitReactor

🚧 More info coming soon…

FirebaseReactor

🚧 More info coming soon…

LoadingBanner

LoadingBanner is an iOS component for a small, collapsible banner to show loading or error status.

SharedPasswords

🚧 More info coming soon…

DeviceInfo

🚧 More info coming soon…

FirebaseReSwift

🚧 More info coming soon…