expression专题提供expression的最新资讯内容,帮你更好的了解expression。
cocos2dx 使用plist的时候,如果修改了plist的文件名称,则也需要修改文件里面,最下面的值 <dict>             <key>format</key>             <integer>2</integer>             <key>realTextureFileName</key>             <string>mjtt.png</stri
func backVC(){     self.navigationController?.popViewController(animated:true) } 运行时的时候报警告"Expression of type "UIViewController?" is unused". 主要是swift2都有一个默认可以废弃的结果 在swift3.0情况下修改方式如下 func backVC(){