Alex Akers
Alex Akers
I'm curious why you didn't make it a `UIControl` subclass?
See [FATableViewController.m:426](https://github.com/alexdrone/ios-fontawesome/blob/51c2801770367320475f29983a9e7c12d5bf86d9/Demo/FontAwesome-iOS%20Demo/FATableViewController.m#L426).
The default passcode controller uses a custom keyboard on iPad to prevent it from being dismissed and to prevent the user from entering the passcode as $$$$.
What's the easiest way to equally space views with RCL? Would I just align each view’s left side to the previous view’s right side?
I was wondering if it could be possible to mark dates like in Calendar.app so that the user knows that the date already has events, etc.
This happens on the `/v1/devices/:device_library_identifier/registrations/:pass_type_identifier?passesUpdatedSince=:token` endpoints when passes are updated.
- Localize user-visible strings - Rename interval user default keys - Create compile-time error if APPIRATER_APP_ID is default value - Use class extension instead of internal category - Fix memory...