Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fatbobman/99dbadc35ce38161fd886fa911d71983 to your computer and use it in GitHub Desktop.
Save fatbobman/99dbadc35ce38161fd886fa911d71983 to your computer and use it in GitHub Desktop.
code for 在CoreData中使用持久化历史跟踪
public extension UserDefaults {
/// 用于app group的userDefaults,在此处设定的内容可以被app group中的成员使用
static let appGroup = UserDefaults(suiteName: "group.com.fatbobman.healthnote")!
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment