shixinPeng
shixinPeng
//代码 RLM_EXTENSIBLE_STRING_ENUM_CASE_SWIFT_NAME(RLMRealmRefreshRequiredNotification, RefreshRequired); 错误警告:“swift_name attribute cannot be applied to this declaration” Realm中RLMconstants.h 文件第150行和166行 望指点
var logHeight = 60; var logView = UIView.alloc().init(); logView.setCenter(self.view().center()); logView.setBounds({x:0, y:0, width:300, height:logHeight}); logView.setBackgroundColor(UIColor.grayColor()); self.view().addSubview(logView); //底部的背景 var titleView = UIView.alloc().init(); titleView.setBackgroundColor(UIColor.redColor()); titleView.setFrame({x:logHeight*0.5, y:0, width:logView.bounds().width - logHeight*0.5, height:logHeight}); logView.addSubview(titleView); //底部背景图片 var...