Samuel Défago

Results 92 issues of Samuel Défago

According to the WWDC 2019 AVKit talk, we should handle `mediaServicesWereReset` errors gracefully by rebuilding the `AVPlayer` stack.

enhancement
question
maintenance

At least a warning should be displayed. Frameworks not in CamelCase (e.g. my-beautiful-framework) do not cope with modules very well. The `-N` parameter can be used to supply a proper...

iOS 13 support should be quite straightforward. Testing the demo I still spotted a few issues: - [ ] `UIStepper` bindings do not work anymore. I also found other issues...

The top and bottom browser insets are incorrect: - Starting with iOS 11, and depending on `viewfit-cover` (see this [article](https://modelessdesign.com/backdrop/283)), the behavior needs to be adjusted differently. Check with www.apple.com,...

With iOS 12 (at least with beta 4), `UITextField` bindings do not work anymore.

The email validation regex becomes increasingly slow as the length of the string to validate increases (with no _@_ sign). It must probably be replaced / updated.

Sometimes the top layout guide might not be correctly propagated to the child view controller. After spending too much time investigating this issue (without real success), I stumbled upon the...

Starting with iOS 9, an external keyboard might reduce the software keyboard to it associated input accessory view. In this case the _will hide_ notification is not called, the _will...

Currently the demos have been written for iPad, but CoconutKit is meant to be used with iPhone applications as well. Make the demo project iPhone friendly so that CoconutKit components...

**As a member of the analytics team** I want results to be gathered with the [new Commanders Act platform](https://github.com/CommandersAct/iOSV5/tree/master/TCServerSide#migration-v4-to-v5) requiring version 5 of the SDKs to be running in Play...