Open johnrickman opened 11 years ago
You should modify the SASlideMenuDynamicViewController method:
-(void) tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath;
to avoid calling the segues and instead instantiate your selected view controller and switch to it.
Hi Stefona, Thanks for your reply. Although probably helpful, I need more code to get me started. Do you have an example project that doesn't use stpryboard?
Hi Stefona, I really like your component, I am interested also in using your slidemenu without segues.
Thanks!
I will have a look at it this week-end
Hi,
I will be also interested in using your lib programmatically (without segues).
Thanks
SASlideMenu uses segues in different part of the code thus it is not straightforward to modify it for use without storyboard.
Yes, I worked on it but too much modifications are needed. Thank you for your reply.
If I find the time I should be able to refactor the code in order to allow it.
Hi.
I haven't used storyboard before and have no intent on doing so. So my question is how can I implement this awesome solution programmatically?
Thanks