0%
iOS的__bridge、__bridge_transfer究竟做了啥
抛出问题
群友(@闲人)贴了这么一个会崩溃的代码:
1 | @implementation NSObject (test) |
对,段错误,代码挂在了[_teM performSelector:@selector(setAge:) withObject:@1]
如何快速查找ipa内的符号引用
ITMS-90809: Deprecated API Usage - Apple will stop accepting submissions of apps that use UIWebView APIs . See https://developer.apple.com/documentation/uikit/uiwebview for more information.
熟悉不?
class的class-static-func使用Self作为返回值
Posted on
In
iOS
一个问题
- Xcode: Version 11.4.1 (11E503a)
- swift: Swift 5
1 | import UIKit |
上面的代码无法编译:
1 | ViewController.swift: error: cannot convert return expression of type 'MDButton' to return type 'Self' |
Ubuntu使用SakuraFrp实现内网穿透
记录将一台吃灰的笔记本改装成服务器,并暴露在公网下的过程。