issues
search
3Squared
/
SQKDataKit
Lightweight Core Data helper to reduce boilerplate code.
MIT License
19
stars
6
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Model Migrator is broken since iOS 7
#88
blork
opened
4 years ago
0
Check model count before enumerating
#87
zilmarinen
closed
6 years ago
0
Only attempt migration if > 1 model names are given
#86
djyates
closed
7 years ago
0
Core data operation without semaphores
#85
lukestringer90
closed
8 years ago
0
`SQKCoreDataOperation` failing to complete
#84
lukestringer90
closed
8 years ago
7
Will merge operation context changes in context manager
#83
zilmarinen
closed
8 years ago
2
Prevent deadlock when the operation is being run on the main thread
#82
blork
opened
8 years ago
0
Switch SQKFetchedTableViewController to be a subclass of UIViewController, fix storyboard use
#81
blork
opened
8 years ago
1
Make SQKFetchedCollectionViewController a subclass of UICollectionViewController
#80
djyates
opened
8 years ago
0
Ability to add a button, or array of buttons, next to the search bar
#79
djyates
opened
8 years ago
0
Bump version number (1.1.1)
#78
zilmarinen
closed
8 years ago
0
Correctly capture and bubble up errors when destroying persistent store
#77
zilmarinen
closed
8 years ago
0
Bump version number (1.1.0)
#76
zilmarinen
closed
8 years ago
5
Allow setting of UITableViewRowAnimation
#75
blork
opened
8 years ago
0
Add method to destroy and rebuild persistent store
#74
zilmarinen
closed
8 years ago
1
Unit test fails to succeed
#73
zilmarinen
opened
8 years ago
1
Reset Persistent Store
#72
zilmarinen
closed
8 years ago
0
Correct the spelling of CocoaPods in README
#71
ReadmeCritic
opened
8 years ago
0
Check the `orderedManagedObjectModelNames` match all models in the bundle
#70
lukestringer90
opened
8 years ago
0
Type check when using `sqk_insertOrUpdate:` for `NSArray`
#69
lukestringer90
closed
8 years ago
0
Core data operation finishing bug
#68
lukestringer90
closed
8 years ago
0
Remove SQKCoreDataOperation
#67
lukestringer90
closed
8 years ago
1
Collection view crash when using Storyboards
#66
JSpink95
opened
9 years ago
3
Subspecs don't work
#65
steprescott
opened
9 years ago
0
Fixed potential memory leak with viewWillDisappear
#64
steprescott
closed
9 years ago
0
Use NSAssert to check MOC saves without errors in operations.
#63
lukestringer90
opened
9 years ago
0
Finish the core data operation if saving errors
#62
lukestringer90
closed
9 years ago
1
SQKCoreDataOperation does not finishes when save errors
#61
lukestringer90
closed
8 years ago
2
SQKAlternateCommitsViewController causes crash.
#60
steprescott
closed
9 years ago
0
Causes crash when using SQKAlternateCommitsViewController. Removed #import <SQKDataKit/SomeClass.h>
#59
steprescott
closed
9 years ago
2
Remove #import <SQKDatakit/SomeClass.h>
#58
steprescott
closed
9 years ago
0
Adds support for sectionKeyPath's used to group fetched results into sec...
#57
zilmarinen
closed
9 years ago
1
Duplicate symbol error when installing Pod
#56
steprescott
closed
9 years ago
1
Slack test 1
#55
blork
closed
9 years ago
1
Performing sqk_insertOrUpdate with data with duplicate keys results in duplicated managed objects
#54
blork
closed
9 years ago
2
Adds method to determine section key path for fetched results controller...
#53
zilmarinen
closed
9 years ago
1
Handling operation errors
#52
blork
closed
9 years ago
0
Small changes to SQKFetchedCollectionViewController. Minor threading fixes with imports and deletion operations.
#51
steprescott
closed
9 years ago
1
Develop
#50
steprescott
closed
9 years ago
0
SQKFetchedCollectionViewController with searching.
#49
steprescott
closed
9 years ago
2
Added a ManagedObjectController tableview example
#48
blork
closed
9 years ago
0
Adds check to see if dictionary array passed to sqk_insertOrUpdate is valid
#47
zilmarinen
closed
9 years ago
1
Crash on `sqk_deleteAllObjectsInContext:error:`
#46
tomsugarev
closed
9 years ago
3
Missing case
#45
zilmarinen
closed
9 years ago
1
Added "migration manager" to automatically apply mapping models
#44
blork
closed
9 years ago
0
Fixed incorrect entity name being used in Swift projects.
#43
blork
closed
10 years ago
2
Added method to delete objects in a context with a predicate.
#42
steprescott
closed
9 years ago
0
Migration Manager
#41
zilmarinen
closed
9 years ago
5
Publish-subscribe web service example
#40
blork
closed
9 years ago
1
Incorrect property checked in example DataSynchroniser
#39
zilmarinen
closed
10 years ago
1
Next