240 发简信
IP属地:浙江
  • swift 模态

    平时大家跳转页面,我们模态跳转到某个页面使用 [selfpresentViewController:<#(nonnull UIViewContr...

  • swift 页面跳转

    iOS开发中界面跳转有两种方式,上下跳转和左右跳转。 上下跳转_TO: letsecondViewController=SecondViewCo...

  • swift UINavigationBar 导航条

    importUIKit classViewController:UIViewController{ varcount = 0 //声明导航条 v...

  • swift UINavigationController 导航控制器

    AppDelegate.swift // // AppDelegate.swift // swift UINavigationControlle...