how to reload splitView after login window??
I'm using SplitView based Application.
how to reload splitView after login window??
I'm using SplitView based Application.
If your data you want to reload is in a tableView, just reload the data in your tableView by
[tableView reloadData];
Hope this helps.