brave723
brave723
MBProgressHUD 最新正式版已经是1.0.0了,你这个库里面的依赖能不能升级一下?
no work this is my podfile plugin 'cocoapods-static-swift-framework' use_frameworks! all_binary! platform :ios, '10.0' target 'CocoapodsBinaryKit_Example' do pod 'CocoapodsBinaryKit', :path => '../' pod 'IQKeyboardManagerSwift', :binary => true pod 'Alamofire' , :binary...
`LotusootRouter.register(route: "newproj://account/login")`, 路由的注册时机,在oc里面也是要在load方法里面吧,swift在哪调用呢? 如果不提前注册,open方法就失效了
文章目录结构划分不够清晰,看着没有主次!
Add a dependency 'Kingfisher' in podspec , How to install this dependency in example? ``` Pod::Spec.new do |s| s.name = "MyAwesomeKit" s.version = "1.0.0" s.summary = "MyAwesomeKit" s.homepage = "https://github.com/test/MyAwesomeKit"...
my page contains an input field and a button. Click the button, Click the button, gorouter push a new page failed, and when the keyboard appeared
func userContentController(_ userContentController: WKUserContentController, didReceive message: WKScriptMessage) { let json = message.json print("json ------- \(json)") } In the above method, if the interface executes postMessage(signTypedMessage) but print("json ------- \(json)") does...
upgrade upgrade R.swift to 7.3.2,Modify use api
# Why was the Aliases file removed from FactoryKit? ## Problem The `Aliases.swift` file was removed from `FactoryKit`, causing naming conflicts and breaking backward compatibility, especially for CocoaPods users. ##...