-
There's no way to use pixate with https://github.com/applidium/ADLivelyTableView, a cyclic recursion occurs.
How could the methods 'respondsToSelector' & 'forwardInvocation' be redefined to use with P…
-
Здравствуйте, уже несколько дней не могу разобраться с непонятной причиной падения приложения при попытке выполнить запрос. Опишу подробно последовательность моих действий:
1)Создаю podFile. Делаю pod…
-
uitableview delegate methods are not getting called after setting tableview delegate to scroll proxy.
e.g.
- (CGFloat)tableView:(UITableView *)tableView heightForRowAtIndexPath:(NSIndexPath *)indexP…
bkoc updated
10 years ago
-
Does anyone have a core data example they would be willing to share? I'm trying to implement it with CoreData, but I am getting a very slow UI on message updates, inserts and initial page loading.
-
I can't find anywhere you set cell's height as 120, I spent about 1.5 hours for searching it..
Is there some ways to set cell's height expect `self.tableview.rowheight` and `UITableViewDelegate`?
Th…
-
I'm tinkering with an MVVM implementation, and I'm curious to hear others' input.
We need to present a table view UI of people, showing a single label in each cell for the person's name, and a single…
-
Hi,
I can create a session and login without issue. I can then browse to a directory and load all the files within it, however if I try to load the same directory again to reload it's contents it ret…
-
Hi,
Thanks for the great component.
In my previous reordering implementation (with the built-in canMoveRowAtIndexPath) I was able to utilize the `tableView:targetIndexPathForMoveFromRowAtIndexPath:t…
-
Hi,
I have recently tried to instantiate TPKeyboardAvoidingTableView with standard UITableView init method - (id)initWithFrame:(CGRect)frame style:(UITableViewStyle)style and found it was not working…
odanu updated
11 years ago
-
hello
i use method :
- (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath
not work!
help me pls!! Thank you