240 发简信
IP属地:浙江
  • iOS15,UNUserNotificationCenter本地推送

    iOS15下,当App在后台或者被杀死后,UNUserNotificationCenter不能单独设置声音播放,必须设置UNMutableNot...

  • xcode13 Cannot find 'xxxx' in scope

    Xcode升级到13后原来的项目打开就报错Cannot find 'xxxx' in scope; 都是针对OC类的报错; 虽然可以正常运行但是...

  • Resize,w 360,h 240
    dyld: Library not loaded: @rpath/***SDK.framework/***SDK

    Referenced from: /private/var/containers/Bundle/Application/9456720E-F4...

  • iOS跳转评论

    let url = "itms-apps://itunes.apple.com/app/id"+AppID+"?action=write-rev...

  • iOS 凸起tabBarButton

    //自定义TabBar class Seadra_JJBLP_CustomTabBar: UITabBar { // index:凸起按钮下标...

  • iOS --中穿线字符串

    // NSAttributedString.Key.strikethroughColor:UIColor.red//中穿线颜色 // ...