Aaron Brager
                                            Aaron Brager
                                        
                                    Is it happening on versions of iOS before iOS 7?
I agree with @mknippen. Official support should be added.
@uranusjr: > The exception block probably needs a `raise` to bubble up the exception. Do you want to submit a pull request for this? Looks like @styannik 's proposed solution...
@MaddTheSane If you feel like giving me some general direction I can take a pass at it. I see these two: ``` /Users/runner/work/Boxer/Boxer/Boxer/Shaders/BXShadersModel+OpenEmu.swift:40:17: error: method cannot be marked @objc because...
The alpha fade looks good on some views, but it doesn't work as well on high contrast / sparsely populated views.
Yeah. Maybe the animated `blurRadius` Is only enabled if you win a round of Insult Swordfighting.
@keith Yeah I mostly am interested for now in Xcodeproj parsing the entitlements files for me for reading purposes (see the linked fastlane issue). Although eventually it might be nice...
Would like this too. Also should take input like `#colorLiteral(red: 0.707616508, green: 0.9204675555, blue: 0.7929434776, alpha: 1)`. CC @manosim
There's no built-in page control, but you can trivially create one: ``` swift let pageControl: UIPageControl = { let control = UIPageControl() control.translatesAutoresizingMaskIntoConstraints = false control.currentPage = 0 control.pageIndicatorTintColor =...