240 发简信
IP属地:江西
  • 以色列名言

    一杯清水因滴入一滴污水而变浑浊,一杯污水却不会因为一滴清水的存在而变清澈。 这世上有三样东西是别人抢不走的:一是吃进胃里的事物,二是藏在心中的梦...

  • Resize,w 360,h 240
  • Resize,w 360,h 240
    【iOS UI】UIAlertController

    1、创建Button绑定alert方法 2、alert方法 3、UIAlertControllerStyle UIAlertController...

  • Resize,w 360,h 240
    【iOS UI】UIActivityViewController简单使用

    1、创建按钮,并绑定activity方法 2、activity方法 3、效果 4、excludedActivityTypes 默认UIActiv...

  • Resize,w 360,h 240
    【iOS UI】popoverPresentationController弹出视图简单使用

    preface: 1、支持协议 2、添加按钮,并为其绑定方法 3、pop方法 4、代理方法 设置点击蒙版是否消失 默认返回的是覆盖整个屏幕,需设...

  • Resize,w 360,h 240
    【iOS UI】UICollectionView简单使用

    一、设置 UICollectionViewFlowLayout 二、设置collectionView 三、collectionView代理方法 ...

  • 【iOS UI】NavigationController重写push、pop方法设置tabBar及返回按钮

    主要内容:1、push时隐藏自定义tabBar;2、自定义返回按钮 一、重写push方法 在新控制器入栈之前,隐藏自定义tabBar,设置新控制...

  • 【iOS UI】自定义TabBar

    一、XTabBarButton 二、XTabBar 三、XTabBarController