index() str = \"hello world\" print(str.index(\"l\",5,11))#结果:9 print(str.index(\"l\",3)) # 结果为:3
I have a controllerView (MenuControllerView) with a button inside, when I click on the button a new ViewController will appear with a TabBarController created programmatically like this: