Ernesto Rivera
Ernesto Rivera
• Always navigate to taken picture when `autoSelectCameraImages` is set. • Fix asset selection when taking a new picture. • Fix album cell's labels layout. • Fix documentation build warnings....
Inclues #29
For now an `AttributtedLabel` SwiftUI wrapper in the Demo project that allows full customization using an optional `configureLabel` block property. Usage requires to set a `maxWidth` (default value `300`) and...
I think we shouldn't ask for `.highlighted` attributes fo this. Instead it could all be handled in the`onClick` configuration block.
For now I am forced to replace all `View` occurrences with `SwiftUI.View`.
For now it will simply add a `UIHostingController` `view` to the `contentView`. I commented out calls needed for proper view controller containment because it doesn’t play well with my `UINavigationController`.
• All changes from #83. • Allow setting `UXMPDFViewController`’s `document` after loading its view. • Make `UXMPDFViewController`’s `collectionView` and `pageScrubber` optionals only loaded after `document` is set. • Update to...
This PR includes #15, #19, #21 and #27, updates Swift and fixes several bugs and build warnings. The new demo project launches the player but for some reason still doesn't...
Probably a silly question. But what prevents an open source app like Vienna from being distributed on the Mac App Store? - [x] Apache license should be [fine](http://programmers.stackexchange.com/questions/131252/what-do-i-need-to-consider-when-using-code-under-the-apache-license-in-an-applic). - [...
Double tap now zooms to fill the ImageSlideshow view (screen). `maximumZoomScale` is still respected and can be set to a much higher scale to allow closely zooming images beyond what...