issues
search
kylef-archive
/
KFData
Core Data done right for iOS 5+/OS X 10.7+
http://cocoadocs.org/docsets/KFData/
BSD 2-Clause "Simplified" License
53
stars
7
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Can't find header
#70
aodhol
closed
7 years ago
7
Support integrated KFData as a framework via CocoaPods
#69
kylef
closed
8 years ago
0
Expose KFDataCollectionViewDataSourceController class
#68
calvincestari
closed
10 years ago
3
Adds a default label to prevent the -Wswitch warning.
#67
fgauchet
closed
10 years ago
3
Integrate with QueryKit
#66
kylef
closed
10 years ago
0
Break KFData into multiple separate components
#65
kylef
closed
7 years ago
1
[UI] Expose cellForManagedObject for table data source
#64
kylef
closed
10 years ago
1
[Bug Fix] Return the correct data source class
#63
calvincestari
closed
10 years ago
0
Suspend table/collection view data source updates when offscreen
#62
kylef
closed
4 years ago
0
Fix: should be an else statement
#61
calvincestari
closed
10 years ago
1
Allow KFDataTableViewController subclasses to disable row editing
#60
calvincestari
closed
10 years ago
2
Fixes related to latest modern syntax changes
#59
calvincestari
closed
10 years ago
0
Refactor KFAttribute so it becomes a protocol/multiple objects
#58
kylef
closed
10 years ago
1
[KFAttribute] Add a "contains" predicate option for to-many's
#57
kylef
closed
10 years ago
0
Deletion of cells in KFDataTableViewController
#56
nnd
closed
10 years ago
1
Prefix category methods with kf_ so they don't conflict with other projects
#55
kylef
closed
10 years ago
1
Refactor table view and collection view data source
#54
kylef
closed
11 years ago
0
Create a REST API client for integration tightly with Core Data
#53
kylef
closed
10 years ago
1
Create a component for importing/exporting data from JSON
#52
kylef
closed
10 years ago
1
Shortened "withManagedObjectContext:" to "inContext:"
#51
kylef
closed
11 years ago
1
Move the requirement for NSManagedObjectContext property to viewDidLoad instead of init
#50
calvincestari
closed
11 years ago
1
A new way to query Core Data (KFObjectManager)
#49
kylef
closed
11 years ago
0
We need a way to add the persistent store with migration options
#48
calvincestari
closed
11 years ago
3
standardCloudDataStore should work on iOS5 and OS X 10.7
#47
kylef
closed
10 years ago
0
There are two implementations of nestedSave and only one takes the route of obtainPermanentIDsForObjects:error:
#46
calvincestari
closed
11 years ago
2
Split pod for KFDataStore out into it's out "Store" pod
#45
kylef
closed
11 years ago
0
Refactor perform.. methods
#44
calvincestari
closed
11 years ago
1
Enable passing in queues for success and failure call blocks
#43
calvincestari
closed
4 years ago
0
#41 Remove default_subspec from podspec
#42
calvincestari
closed
11 years ago
0
Remove default_subspec from podspec
#41
calvincestari
closed
11 years ago
0
#39 Additional method to create local store from custom managed object m...
#40
calvincestari
closed
11 years ago
0
Add method to create local store from custom managed object model
#39
calvincestari
closed
11 years ago
0
Split core KFData and the iOS gui components into seperate specs
#38
kylef
closed
11 years ago
0
Resolve issues with current tests system
#37
kylef
closed
11 years ago
0
A few fixes and enhancements for KFSearchableTableViewController
#36
calvincestari
closed
11 years ago
0
Bug fix: original predicate was not being set until search text entered ...
#35
calvincestari
closed
11 years ago
0
Resolve broken tests
#34
kylef
closed
11 years ago
0
openradar12954582
#33
calvincestari
closed
11 years ago
1
Add a method to reset a data store
#32
kylef
closed
11 years ago
0
Correct two spelling errors
#31
sjoness
closed
11 years ago
0
Refactor project to build for both iOS and OS X
#30
kylef
closed
11 years ago
0
Create a nice way to generate predicates and sort descriptors
#29
kylef
closed
11 years ago
3
Added UITableViewController that has a UISearchBar as table header
#28
calvincestari
closed
11 years ago
0
KFDataCollectionViewController should update view, not reload
#27
kylef
closed
11 years ago
0
Generate unique ObjectID's based on a web services unique ID
#26
kylef
closed
10 years ago
5
Duplicate objects
#25
calvincestari
closed
11 years ago
1
KFDataTableViewController doesn't correctly handle didChangeObject
#24
kylef
closed
11 years ago
1
Podspec not pulling in KFDataViewController/KFDataViewController
#23
snicol
closed
11 years ago
3
Multiple imports are a mess
#22
kylef
closed
11 years ago
1
findFirstWithPredicate should set a limit on the fetch request
#21
kylef
closed
11 years ago
2
Next