Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

有没有什么办法可以把运行数据储存到本地,下次运行时再读取? #9

Open
stvea opened this issue Jan 31, 2017 · 1 comment

Comments

@stvea
Copy link

stvea commented Jan 31, 2017

是不是需要转成NSObject再储存?

@JakeLin
Copy link
Owner

JakeLin commented Jan 31, 2017

有好多方法可以做,NSUserDefaults,Core Data, Realm都可以。如果使用Objc,所有对象都是NSObject 的对象了,如果是Swift,有些数据库不需要转NSObject,直接就可以存储。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants