ToBeDefined

5个库

TPreventUnrecognizedSEL

使用 TPreventUnrecognizedSEL 可以使您的项目避免未识别选择器的崩溃。您可以使用 FastForwarding 子特性 使用 NormalForwarding 子特性,但不能同时使用它们。在 podfile 中使用 pod 'TPreventUnrecognizedSEL/FastForwarding' 来使用 FastForwarding 子特性;在 podfile 中使用 pod 'TPreventUnrecognizedSEL/NormalForwarding' 来使用 NormalForwarding 子特性;!!! 请记住,只使用其中之一 !!! github : https://github.com/tobedefined/TPreventUnrecognizedSEL

许可: MIT

  • Objective C

TSegmentedView

您可以使用 TSegmentedView 创建滚动页面视图,主页是 https://github.com/tobedefined/TSegmentedView

许可: MIT

  • Swift

TWebKit

TWebKit 统一了 UIWebView 和 WKWebView,您可以使用 TWebView 替代它们,并且您可以设置是否可以滑动返回,更改网页大小,拦截动作表或 3D 触摸等。github : https://github.com/tobedefined/TWebKit

许可: MIT

  • Objective C