240 发简信
IP属地:湖北
  • iOS:Block运行完毕后再进行函数返回(dispatch_semaphore)

    简单说就是通过信号量来对block运算和返回操作的顺序进行控制,达到先完成block中的计算,然后再返回值的效果。 简单例子: - (BOOL)...

  • UINavigationController+UITabbarController+无缝过渡

    同时使用UINavigationController+UITabbarController,且能够达到以下效果: 1、NavigationBar...

  • 透明Navigationbar导致tableview起点自动下移64px解决方案

    iOS 7 viewcontroller新增属性automaticallyAdjustsScrollViewInsets 如果页面中存在UINa...