You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 17, 2018. It is now read-only.
I'm made paging menu using PagingMenuController, but have one issue.
I made Navigationcontroller at first, import PagingController, and addSubView ViewController (using tableviewcontroller)
I need to go to the detailView when I touch on it, but I can not move it.
please help me.
Hi,
I am a beginer who get started 2 month ago
I'm made paging menu using PagingMenuController, but have one issue.
I made Navigationcontroller at first, import PagingController, and addSubView ViewController (using tableviewcontroller)
I need to go to the detailView when I touch on it, but I can not move it.
func tableView(_ tableView: UITableView, didSelectRowAt indexPath: IndexPath) {please help me.
}
<PagingMenuController view class (must move ProductDetailViewcontroller)>
func moveDetailView(str: String) {
The text was updated successfully, but these errors were encountered: