uikit
Here are 1,312 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
-
Updated
Sep 30, 2019 - Objective-C
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.
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
Apr 22, 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
Describe the bug
When submitting app's using cardparts to the app store, apple sends an email with this content.
ITMS-90809: Deprecated API Usage - Apple will stop accepting submissions of apps that use UIWebView APIs . See https://developer.apple.com/documentation/uikit/uiwebview for more information.
This is due to the RxSwift version being kept at 4.5.
The RxSwift maintainers ha
-
Updated
Mar 18, 2020 - Swift
-
Updated
Dec 13, 2019 - Swift
-
Updated
Apr 10, 2016 - Objective-C
-
Updated
Nov 8, 2019 - Swift
Prerequisites
Please answer the following questions for yourself before submitting an issue.
- [x ] I am running the latest version
- [x ] I checked the documentation and found no answer
- [x ] I checked to make sure that this issue has not already been filed
- [x ] I'm reporting the issue to the correct repository (for multi-repository projects)
Expected Behavior
At the desired
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
close
classes clash impacting the alert icon.Device
To reproduce
Steps to reproduce the behavior:
https://jsfiddle.net/1xejsv5w/
Screenshots
See jsfiddle above.