240 发简信
IP属地:北京
  • applicationProtectedDataWillBecomeUnavailable不调用

    在做iOS监听开屏锁屏时,网上查到的资料说,苹果推荐使用applicationProtectedDataWillBecomeUnavailabl...

  • [!] Unable to find host target(s) for...Please add the host targets for the embedded targets to the Podfile.

    pod install时报错: [!] Unable to find host target(s) for IMSDK. Please add ...

  • swift中使用iconFont的编码问题invalid escape sequence in literal

    网上关于如何使用iconFont的文章有好多,我在参考使用在swift项目中时,遇到如下问题: let str = "\U0000e600" 会...

  • UITableView在内容不满一屏时可以上下移动,而UICollectionView不可以

    很多时候,比如个人中心或设置界面,我们都会用tableView,当内容不满一个屏幕的高度时,tableView是可以上下移动的,即是有弹性的,这...

  • swift中font的所有名称

    参考:http://stackoverflow.com/questions/33320664/which-fonts-are-available...

  • 微信小程序radio-group组件的监听

    在小程序中,可以用如下方法获得点击的是哪个radio listenerRadioGroup:function(e) { console....

  • UIScrollView子视图位置下移问题

    场景:想实现如下图效果,在一个UIScrollView上加一排label,高度等于scrollView的高度。但是添加好之后没有出现预期...