Ben Guild
Ben Guild
I've run into this while working a bit too quickly between views before. If you flick the `UIPickerView` to a selection, and then it nearly finishes rotating but hasn't 100%...
Would be nice to distinguish this. For example, when an iPad is connected via an USB adapter.
Slightly controversial, but looks nice over a standard `UITabBar`. Solves #107. — Offers the `CWNotificationStyleHomeIndicatorNotification` option. 
**UPDATE:** I've submitted my Pull Request with `CWNotificationStyleHomeIndicatorNotification`: https://github.com/cezarywojcik/CWStatusBarNotification/pull/111  ------- **Previous messages:** Out of curiosity I thought I'd try this library on the iPhone X:  ... It works...
``` objc (__bridge id)kSecAttrSynchronizable: (__bridge id)kCFBooleanTrue ```
Dropping down into 256 Color mode seems to trigger some odd display behavior. Not sure if this is a known issue.
I noticed this tool creates many files, even for structs with one or two properties that aren’t ever referenced outside of their parent. It’d be great to consider nesting these...
Hey guys, I was looking into this and noticed that doesn’t seem to be App Engine compatible. On App Engine: 1) the `syscall` library isn’t available. 2) the standard HTTP...
This doesn't always work: https://github.com/sgr-ksmt/PullToDismiss/blob/master/Sources/PullToDismiss.swift#L173-L175 Example: if you drag a `UINavigationController` with a `UIViewController` that has a `UIScrollView` in it, upward (into negative space) before dragging it downward, it may...