how do you add search to organic
how do you add searchbar to organic uitableview thanks for an amazing library
You could simply add it as a header view for your table.
That's not the problem how about the filtered search data source how about loading from backend
Can you please give examples since it's not in read me can't use it till given
Pls give an example with organic
Are you familiar with how to do this with a normal UITableView?
Yes but not sure how that would translate into organic ; can you please share the right way to do with organic Also it's not quite clear how the data source is handled in cells with reuse
On Tue, Jun 28, 2016 at 7:10 PM -0700, "Mike Amaral" [email protected] wrote:
Are you familiar with how to do this with a normal UITableView?
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.
Another thing that would be good in an example is load more or append more cells by loading data from backend how would you do that with organic as the table view interface is not exposed directly
On Tue, Jun 28, 2016 at 6:29 PM -0700, "Mike Amaral" [email protected] wrote:
You could simply add it as a header view for your table.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.
Amazing library can't wait to use for everything also what do you think of component kit
On Jun 28, 2016 at 7:20 PM, <Mark M (mailto:[email protected])> wrote:
Another thing that would be good in an example is load more or append more cells by loading data from backend how would you do that with organic as the table view interface is not exposed directly
On Tue, Jun 28, 2016 at 6:29 PM -0700, "Mike Amaral" <[email protected] (mailto:[email protected])> wrote:
You could simply add it as a header view for your table.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub (https://github.com/mamaral/Organic/issues/12#issuecomment-229232121), or mute the thread (https://github.com/notifications/unsubscribe/AGHomy3zSavY3gpDzN0UeQq3LsU4QcUtks5qQcp2gaJpZM4JAgj-).
Take a look at the demo project - that uses sections using reuse which basically exposes the cellForRowAtIndexPath as a block.
I did but it doesn't show how todo load more and search
On Tue, Jun 28, 2016 at 7:29 PM -0700, "Mike Amaral" [email protected] wrote:
Take a look at the demo project - that uses sections using reuse which basically exposes the cellForRowAtIndexPath as a block.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.
@mamaral would it be possible to give a gist of how to add search code snippets to organic using
--- Take a look at the demo project - that uses sections using reuse which basically exposes the cellForRowAtIndexPath as a block.