Open GoogleCodeExporter opened 8 years ago
Hi,
I've implemented functionality for above usage, attached are my changes.
Also:
Update UIQuery.m to include following code @ line# 138 & UITraversal.m @ line#85
else if ([className isEqualToString:@"UIScrollView"]) {
return [UIQueryScrollView withViews:array className:className];
}
For now I have only implemented scrollToBottom for UIScrollView as I was in
need of it.
Original comment by waseem.m...@gmail.com
on 22 Mar 2011 at 3:53
Attachments:
Also I've reused Brain Knorr's UIQueryTableView to implement scrolling for
UIQueryScrollView in order to have the same methods for both TableView &
ScrollView.
Original comment by waseem.m...@gmail.com
on 22 Mar 2011 at 2:05
Original issue reported on code.google.com by
waseem.m...@gmail.com
on 21 Mar 2011 at 10:09