uikit
Here are 1,392 public repositories matching this topic...
Repeating gradient
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 or I prefer
It would be nice to have a "kitchen sink" page with all the components displayed, would make discovering the components easier instead of having to click each link in the navigation one by one.
-
Updated
Jun 23, 2020 - Objective-C
Just a recommendation to expose preventsDisplaySleepDuringVideoPlayback (https://developer.apple.com/documentation/avfoundation/avplayer/2990522-preventsdisplaysleepduringvideop?language=objc) as part of ASVideo, as it's something many folks use with video backgrounds etc, and currently when an ASVideo is in the scene the iOS screen won't ever auto-lock.
Currently I'm having to be a bit hacky a
-
Updated
May 19, 2020 - Objective-C
The current example app is a really simple approach on what can be done with ViewAnimator. Even though the library is not complex to integrate and use on your own projects it would be nice to show how to use different animations in different scenarios.
I'd be replicating the app should on the animations Complex header.
<image src="https://cdn.dribbble.com/users/702789/screenshots/381608
-
Updated
Jun 21, 2020 - Swift
-
Updated
Jun 29, 2019 - Swift
-
Updated
Sep 20, 2018 - Objective-C
Github Wiki are great way to organize Documentation.
I suggest the documentation move from Readme to Wiki for better organization into topics.
Should not be that hard.
Also would make it easy to add snippets of codes from Solved Issues thereby expanding documentation.
Docs example unclear
"I really wonder why someone would prefer array.get(1) over array[1]. (1st example in Readme)"
Read this in reddit, should make the benefits more clear
-
Updated
Mar 18, 2020 - Swift
-
Updated
Dec 13, 2019 - Swift
-
Updated
Jul 10, 2020 - Swift
-
Updated
Nov 8, 2019 - Swift
-
Updated
Apr 10, 2016 - Objective-C
Improve this page
Add a description, image, and links to the uikit topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the uikit topic, visit your repo's landing page and select "manage topics."


When you render an alert within a modal the
closeclasses clash impacting the alert icon.Device
To reproduce
Steps to reproduce the behavior:
https://jsfiddle.net/1xejsv5w/
Screenshots
See jsfiddle above.