51
Dev开发社区
首页
文章
问答
工具
搜索
登录
注册
#swif
swift开发笔记22_HonoluluArt
MapKit if条件1,条件2,条件3 {} switchdiscipline{ case条件1,条件2 :} do{ try<#throwingexpression#&...
代码星球
·
2020-09-12
swift
开发
笔记
HonoluluArt
swift开发笔记21
letframe=CGRect(x:xOffset[column],y:yOffset[column],width:columnWidth,height:height)letinsetFrame=frame.insetBy(dx:cellPadding,dy:cellPadding) attributes.f...
代码星球
·
2020-09-12
swift
开发
笔记
swift开发笔记16
、、监听系统通知(APP进入后台)NSNotification.Name.UIApplicationDidEnterBackground、、deinit==de+init,相当于oc中的delloc deinit{ NotificationCenter.defau...
代码星球
·
2020-09-12
swift
开发
笔记
swift sample code
Multi-linestringliteralclosingdelimitermustbeginonanewline"""["kdkd","keke"]"""...
代码星球
·
2020-09-11
swift
sample
code
30-swift-projects-in-30-days开发笔记
30-swift-projects-in-30-days29KolodaViewisaclassdesignedtosimplifytheimplementationofTinderlikecardsoniOS.ItaddsconvenientfunctionalitysuchasaUITableView-styled...
代码星球
·
2020-09-11
30-swift-projects-in-30-days
开发
笔记
swift做服务器端开发
https://www.perfect.org/docs/index_zh_CN.html,swift做服务器端开发 上传到appStore的ipa苹果会自动加一层防护壳,如果想要反编译从appStore下载的ipa包,必须要先要进行一次脱壳操作。...
代码星球
·
2020-09-11
swift
服务器
开发
swift开发笔记31
self.tableView.scrollToRow(at:IndexPath.init(row:0,section:0),at:.top,animated:true)self.tb.scrollRectToVisible(CGRect(x:0,y:48,width:self.tb.frame.size.width,h...
代码星球
·
2020-09-11
swift
开发
笔记
swift 开发笔记 30
self.performSegue(withIdentifier:"ShowResults",sender:self) guardletcontroller=segue.destinationas?TagsColorsViewControllerelse{ &nb...
代码星球
·
2020-09-11
swift
开发
笔记
swift开发笔记28 CoreML
{ funcdetectScene(image:CIImage){ answerLabel.text="detectingscene..." //LoadtheMLmodelthroughitsgeneratedclass&nbs...
代码星球
·
2020-09-11
swift
开发
笔记
CoreML
swift开发笔记28 SlideBarMenu
、、extension给原类,添加属性和方法extensionSelector{ staticlettoMenu=#selector(SWRevealViewController.revealToggle(_:)) staticlettoExtra=#selector(SWR...
代码星球
·
2020-09-11
swift
开发
笔记
SlideBarMenu
swift开发笔记27 UserNotifications
UNNotificationActionUNNotificationCategory UNCalendarNotificationTrigger UNMutableNotificationContentUNNotificationAttachmentUNNotificationReque...
代码星球
·
2020-09-11
swift
开发
笔记
UserNotifications
swift开发笔记26 3D Touch
scale3DTouch//定义一个枚举类型enumShortcut:String{ caseopenBlue="OpenBlue"}//APP正在运行时,下面的方法会响应3DTouch操作funcapplication(_application:UIApplication,performActi...
代码星球
·
2020-09-11
swift
开发
笔记
3D
Touch
swift selector写法
#selector(xiuGaiNote(_:)) @objcfuncxiuGaiNote(_note:Notification)->Void{ letdic=note.userInfo &nbs...
代码星球
·
2020-09-11
swift
selector
写法
swift menuviewcontroller没有显示出来
// funccanBecomeFirstResponder()->Bool{// returntrue// } overridevarcanBecomeFirstResponder:Bool{&nbs...
代码星球
·
2020-09-11
swift
menuviewcontroller
没有
显示
出来
swift开发笔记19
、、 [UIApplicationsharedApplication].networkActivityIndicatorVisible=YES; 、、Set()union()...
代码星球
·
2020-09-11
swift
开发
笔记
首页
上一页
1
2
3
4
5
下一页
尾页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他