@@ -19,7 +19,7 @@
<key>CFBundleShortVersionString</key>
<string>2.17</string>
<key>CFBundleVersion</key>
- <string>00002</string>
+ <string>00003</string>
<key>NSExtension</key>
<dict>
<key>NSExtensionAttributes</key>
<key>NSExtensionFileProviderDocumentGroup</key>
@@ -21,7 +21,7 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>NSAppTransportSecurity</key>
<key>NSAllowsArbitraryLoads</key>
@@ -69,7 +69,7 @@
</dict>
</array>
<key>ITSAppUsesNonExemptEncryption</key>
<true/>
<key>ITSEncryptionExportComplianceCode</key>
@@ -112,6 +112,9 @@
// title
self.title = self.textView;
+ // Plus Button
+ [app plusButtonVisibile:true];
+
[self reloadTable];
}
@@ -87,6 +87,9 @@
[CCAspect aspectNavigationControllerBar:self.navigationController.navigationBar hidden:NO];
[CCAspect aspectTabBar:self.tabBarController.tabBar hidden:NO];
[self reloadDatasource];