Posts

Post not yet marked as solved
2 Replies
745 Views
`After following the sample code of `UIKitCatalog`, I find that the search keyboard always collapses when you try to focus to the search results while Apple's apps (TV Shows, Movies...) won't do that. I really dislike the collapse animation. Is there anyway to prevent that just like Apple's own apps?
Posted Last updated
.
Post not yet marked as solved
0 Replies
331 Views
UIButtonType.plain is "A standard system button without a blurred background view.". However, when I try to make a `.plain` UIButton and change its background color to red, I can still see a VisualEffectView in the UIButton which darkens the red color. How can I get rid of the blurred background view and get a real plain button with motion effect? Thanks.
Posted Last updated
.