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 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 {
@IBOutlet weak var tableView: UITableView!

View File

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

View File

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