mirror of
https://github.com/kiwix/kiwix-apple.git
synced 2025-09-26 21:39:37 -04:00
CoreDataTableBaseController comments
This commit is contained in:
parent
2f7e0e9a6c
commit
8a58d934a7
@ -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!
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user