-
"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: {
…
-
Please Review. /cc @codepathreview
-
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…
-
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…
-
Hi,
i want to use paperfold on a cell, but if i do so, i cant scroll the table.
what's the best way to check draging and swiping?
my code:
```
- (UITableViewCell *)tableView:(UITableView *)tableVi…
-
I use TLYShyNav in my UITableView. I also added a UIRefreshControl to it.
`let refreshControl = UIRefreshControl()`
`refreshControl.tintColor = UIColor.blackColor()`
`refreshControl.addTarget(self, ac…
-
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…
-
**Is your feature request related to a problem? Please describe.**
When trying to setup ReactiveUI bindings to a `ReactiveTableViewController` there is little documentation to explain how to …