草庐IT

incrementID

全部标签

ios - Realm,Swift 3.0 中的自动递增 ID

几经周折,我终于把我的代码转换成了Swift3.0。但我的incrementID函数似乎不再起作用了?有什么建议可以解决这个问题吗?我的incrementID和primaryKey函数现在看起来是这样。overridestaticfuncprimaryKey()->String?{return"id"}funcincrementID()->Int{letrealm=try!Realm()letRetNext:NSArray=Array(realm.objects(Exercise.self).sorted(byProperty:"id"))asNSArrayletlast=RetNex

ios - Realm,Swift 3.0 中的自动递增 ID

几经周折,我终于把我的代码转换成了Swift3.0。但我的incrementID函数似乎不再起作用了?有什么建议可以解决这个问题吗?我的incrementID和primaryKey函数现在看起来是这样。overridestaticfuncprimaryKey()->String?{return"id"}funcincrementID()->Int{letrealm=try!Realm()letRetNext:NSArray=Array(realm.objects(Exercise.self).sorted(byProperty:"id"))asNSArrayletlast=RetNex