Eric Marchand
Eric Marchand
Just some project settings to make it compatible swift carthage a target and a shared scheme for framework source in xcode project
Split into multiples protocol to generate code automatically and be more generic - `UserInfoConvertibleProtocol` is the protocol to conform to use as userInfo later variable `dictionary` inside protocol could be...
The commit allow to compile with SwiftPM and if necessary I can make a PR just for this one The second one add models dumped from apple web site There...
When using SwiftPM and doing https://github.com/devicekit/DeviceKit/pull/217 I want to have swift file generated on any template change and I find it very useful so I share it Just install fswatch...
It not build currently on tvOS ( issues with 'AuthenticationServices' 'SafariServices') I am not sure OAuthSwift is used really for this target, maybe target must be dropped maybe some change...
Will work with this Cartfile : ``` github "romansorochak/ParallaxHeader" HEAD ``` until a git tag is created (ex: 2.0.1) Tested on my fork with ``` github "phimage/ParallaxHeader" HEAD ```
Segues set using storyboards, such as `PresentSlideSegue`, seem to failed to present I see that iOS 13 add new navigation stack and `automatic` modal presentation style Before `fullscreen`(=0) was the...
Just want to discuss about a potential feature. Unfortunately I think we cannot do "Trait Variation" for "User Defined Runtime Attributes" So when we define something, it is for all...
We could add easily repeating gradient We can find the concept in css https://www.w3schools.com/cssref/tryit.asp?filename=trycss3_gradient-linear_repeating2 https://developer.apple.com/library/content/documentation/InternetWeb/Conceptual/SafariVisualEffectsProgGuide/Gradients/Gradient.html We need for that the number of repetitions We could add parameter to the `GradientMode`...
I want to animate views like `UIButton` when touching it. For instance a scale when touching and an unscale when releasing. ## Where to do it We could override `UIResponder`...