-
This will be tricky. I've included some custom fonts in there that should help. I also investigated shadows, but I'm uncertain of how to accomplish that (as my attempts all failed).
trane updated
13 years ago
-
"aspect_hook" blocks are not being called for me for methods (or dynamic swift functions). If I use a comparable implementation such as [this](https://github.com/ndcube/AOP-for-Objective-C/blob/mast…
-
I would like to animate highlighting in styleForLabel, so i've overrides this method like this:
`if highlighted {
UIView.animate(withDuration: 0.5, animations: {
…
-
I have a chat view embedded with in my app hooked up to firebase. Works great. Thank you.
The issue I am having is the client wants the input for the chat to be about mid screen.
I have hidde…
-
Hello, i am actually using this awesome library in my project. I am almost done with it, but on the iPad, i experiencing an issue, which i dont know how to solve...
Seems like the scrolling, does not…
-
First of all thanks for your hard and great work.
My first issue is once I click on the first expandable cell and then click on other cell its crash and I get this issue "unrecognized selector sent t…
-
I just test this library today and it crash when I'm navigate to the view.
This error -> **\* Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[UITableViewCell setDe…
-
Is there a support for using UIImageView and not UIButton directly? I've tried it as it the most straightforward way, but there was a lag in the animation when dismissing the image from full screen.
-
This is **really** nice, thank you! :)
I know that the `moveRowAt` method fires when you reorder the cells, but it fires each time the row moves, even if the user hasn't let go yet.
Is there a m…
-
hi,
i am working on an application where i needed to have both right and left menu. i am using reside menu and by changing _contentViewInPortraitOffsetCenterX to 70.f, i am getting my desired resul…