-
Updated
Sep 1, 2021 - Objective-C
uicollectionview
Here are 427 public repositories matching this topic...
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
Aug 30, 2021 - Swift
-
Updated
Sep 20, 2020 - Swift
-
Updated
Feb 18, 2020 - Objective-C
-
Updated
Jul 26, 2021 - Objective-C
-
Updated
Jun 15, 2021 - Swift
-
Updated
Jul 14, 2020 - Swift
-
Updated
Apr 22, 2020 - Swift
-
Updated
Sep 29, 2020 - Swift
我不知道是不是我没设置对,我用Storyboard拖了一个Controller,然后加上了TableView和TableViewCell,然后复制了demo里xib的部分代码,运行没有效果,一片白,查看图层是有好多Cell的,但是没有子控件的影子。
-
Updated
Aug 21, 2021 - Swift
-
Updated
Jun 14, 2020 - Swift
I have a very big app and do not want to make a placeholder for each screen I would like to provide context to about what is loading. (And also do not want a general 'loading' message). Is there currently a way to change the title/subtitle easily for each ViewController, from the ViewController itself?
-
Updated
May 1, 2021 - Swift
-
Updated
Mar 8, 2019 - Objective-C
-
Updated
Apr 29, 2021 - Swift
-
Updated
Jul 20, 2021 - Objective-C
-
Updated
Jun 13, 2021 - Swift
-
Updated
May 25, 2021 - Objective-C
-
Updated
May 22, 2021 - Swift
-
Updated
Jan 11, 2021 - Swift
-
Updated
Jan 20, 2021 - Swift
-
Updated
Jun 26, 2021 - Swift
-
Updated
Aug 29, 2021 - Swift
-
Updated
May 2, 2021 - Swift
-
Updated
Sep 10, 2020 - Swift
-
Updated
May 18, 2017 - Objective-C
-
Updated
Oct 30, 2017 - Swift
Improve this page
Add a description, image, and links to the uicollectionview topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the uicollectionview topic, visit your repo's landing page and select "manage topics."
lastLineFillPercent
by design is limited to multiline text views. It's mostly due to the following lines within thecalculatedWidthForLine
function:I believe removing the
totalLines != 1
would be enough to enable fill percent for one-line text views