CoreDataTableBaseController comments

This commit is contained in:
Chris Li 2016-11-26 17:11:46 -05:00
parent 2f7e0e9a6c
commit 8a58d934a7
3 changed files with 5 additions and 2 deletions

View File

@ -9,6 +9,9 @@
import UIKit import UIKit
import CoreData import CoreData
// Yes, I know it'd be better to make this into a protocol.
// But unfortunately, UIKit cannot seems to be able to recognize default protocol implementation in Swift. (iOS 10.1)
class CoreDataTableBaseController: UIViewController, NSFetchedResultsControllerDelegate { class CoreDataTableBaseController: UIViewController, NSFetchedResultsControllerDelegate {
@IBOutlet weak var tableView: UITableView! @IBOutlet weak var tableView: UITableView!

View File

@ -49,7 +49,7 @@
</dict> </dict>
</array> </array>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>1.8.3345</string> <string>1.8.3346</string>
<key>ITSAppUsesNonExemptEncryption</key> <key>ITSAppUsesNonExemptEncryption</key>
<false/> <false/>
<key>LSRequiresIPhoneOS</key> <key>LSRequiresIPhoneOS</key>

View File

@ -21,7 +21,7 @@
<key>CFBundleSignature</key> <key>CFBundleSignature</key>
<string>????</string> <string>????</string>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>1.8.3345</string> <string>1.8.3346</string>
<key>NSExtension</key> <key>NSExtension</key>
<dict> <dict>
<key>NSExtensionMainStoryboard</key> <key>NSExtensionMainStoryboard</key>