Hi all,
I need help with table row selection in ios.
- I need to navigate onrowselected (Table View) into another view contreoller (where i will display detaile info of clicked item). That is easy one in objective c, but here it is logical nightmare. In obj-c my table view have all delegates and datasource... outllets are connected in xcode... and all methods are in the same class. Here i need to work around...Can anyone provide me a clean solution for this? TNX