mirror of
https://github.com/kiwix/kiwix-apple.git
synced 2025-09-22 02:52:39 -04:00
Refactor
This commit is contained in:
parent
41b3f86a2a
commit
ba8cdce7f0
@ -1,5 +1,5 @@
|
||||
//
|
||||
// SearchScopeSelectVC.swift
|
||||
// SearchBooksVC.swift
|
||||
// Kiwix
|
||||
//
|
||||
// Created by Chris Li on 4/7/16.
|
||||
@ -9,7 +9,7 @@
|
||||
import UIKit
|
||||
import CoreData
|
||||
|
||||
class SearchScopeSelectVC: UIViewController, UITableViewDelegate, UITableViewDataSource, TableCellDelegate, NSFetchedResultsControllerDelegate {
|
||||
class SearchBooksVC: UIViewController, UITableViewDelegate, UITableViewDataSource, TableCellDelegate, NSFetchedResultsControllerDelegate {
|
||||
|
||||
@IBOutlet weak var tableView: UITableView!
|
||||
@IBOutlet weak var toolBar: UIToolbar!
|
@ -36,7 +36,7 @@
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>791</string>
|
||||
<string>794</string>
|
||||
<key>ITSAppUsesNonExemptEncryption</key>
|
||||
<false/>
|
||||
<key>LSRequiresIPhoneOS</key>
|
||||
|
@ -363,10 +363,10 @@
|
||||
</objects>
|
||||
<point key="canvasLocation" x="3985" y="-979"/>
|
||||
</scene>
|
||||
<!--Search Scope SelectVC-->
|
||||
<!--Search BooksVC-->
|
||||
<scene sceneID="D7X-oq-0zg">
|
||||
<objects>
|
||||
<viewController automaticallyAdjustsScrollViewInsets="NO" id="6mg-ey-R4I" customClass="SearchScopeSelectVC" customModule="Kiwix" customModuleProvider="target" sceneMemberID="viewController">
|
||||
<viewController automaticallyAdjustsScrollViewInsets="NO" id="6mg-ey-R4I" customClass="SearchBooksVC" customModule="Kiwix" customModuleProvider="target" sceneMemberID="viewController">
|
||||
<layoutGuides>
|
||||
<viewControllerLayoutGuide type="top" id="zo0-tg-4E4"/>
|
||||
<viewControllerLayoutGuide type="bottom" id="Tmc-y1-RDA"/>
|
||||
|
@ -84,7 +84,7 @@
|
||||
971A10431D022C54007FC62C /* SettingTBVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = 971A10411D022C54007FC62C /* SettingTBVC.swift */; };
|
||||
971A10461D022CB2007FC62C /* SearchVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = 971A10451D022CB2007FC62C /* SearchVC.swift */; };
|
||||
971A104A1D022CBE007FC62C /* SearchResultTBVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = 971A10471D022CBE007FC62C /* SearchResultTBVC.swift */; };
|
||||
971A104B1D022CBE007FC62C /* SearchScopeSelectVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = 971A10481D022CBE007FC62C /* SearchScopeSelectVC.swift */; };
|
||||
971A104B1D022CBE007FC62C /* SearchBooksVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = 971A10481D022CBE007FC62C /* SearchBooksVC.swift */; };
|
||||
971A10521D022D9D007FC62C /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 971A10511D022D9D007FC62C /* AppDelegate.swift */; };
|
||||
971A10581D022DAD007FC62C /* LibraryDownloadTBVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = 971A10531D022DAD007FC62C /* LibraryDownloadTBVC.swift */; };
|
||||
971A10591D022DAD007FC62C /* LibraryLocalBookDetailTBVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = 971A10541D022DAD007FC62C /* LibraryLocalBookDetailTBVC.swift */; };
|
||||
@ -397,7 +397,7 @@
|
||||
971A10411D022C54007FC62C /* SettingTBVC.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = SettingTBVC.swift; path = "Kiwix-iOS/Controller/SettingTBVC.swift"; sourceTree = SOURCE_ROOT; };
|
||||
971A10451D022CB2007FC62C /* SearchVC.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = SearchVC.swift; path = "Kiwix-iOS/Controller/SearchVC.swift"; sourceTree = SOURCE_ROOT; };
|
||||
971A10471D022CBE007FC62C /* SearchResultTBVC.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = SearchResultTBVC.swift; path = "Kiwix-iOS/Controller/SearchResultTBVC.swift"; sourceTree = SOURCE_ROOT; };
|
||||
971A10481D022CBE007FC62C /* SearchScopeSelectVC.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = SearchScopeSelectVC.swift; path = "Kiwix-iOS/Controller/SearchScopeSelectVC.swift"; sourceTree = SOURCE_ROOT; };
|
||||
971A10481D022CBE007FC62C /* SearchBooksVC.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = SearchBooksVC.swift; path = "Kiwix-iOS/Controller/SearchBooksVC.swift"; sourceTree = SOURCE_ROOT; };
|
||||
971A10511D022D9D007FC62C /* AppDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
|
||||
971A10531D022DAD007FC62C /* LibraryDownloadTBVC.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = LibraryDownloadTBVC.swift; path = "Kiwix-iOS/Controller/LibraryDownloadTBVC.swift"; sourceTree = SOURCE_ROOT; };
|
||||
971A10541D022DAD007FC62C /* LibraryLocalBookDetailTBVC.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = LibraryLocalBookDetailTBVC.swift; path = "Kiwix-iOS/Controller/LibraryLocalBookDetailTBVC.swift"; sourceTree = SOURCE_ROOT; };
|
||||
@ -1246,7 +1246,7 @@
|
||||
children = (
|
||||
971A10451D022CB2007FC62C /* SearchVC.swift */,
|
||||
97D452BB1D16FF010033666F /* RecentSearchCVC.swift */,
|
||||
971A10481D022CBE007FC62C /* SearchScopeSelectVC.swift */,
|
||||
971A10481D022CBE007FC62C /* SearchBooksVC.swift */,
|
||||
971A10471D022CBE007FC62C /* SearchResultTBVC.swift */,
|
||||
9768957A1CB6A35E00F02686 /* Old */,
|
||||
);
|
||||
@ -1886,7 +1886,7 @@
|
||||
971A102F1D022AD5007FC62C /* Logo.swift in Sources */,
|
||||
979CB6451D05C44F005E1BA1 /* Capability.swift in Sources */,
|
||||
97D55EF61D2075180081B523 /* TableOfContentController.swift in Sources */,
|
||||
971A104B1D022CBE007FC62C /* SearchScopeSelectVC.swift in Sources */,
|
||||
971A104B1D022CBE007FC62C /* SearchBooksVC.swift in Sources */,
|
||||
977998771C1E0B7900B1DD5E /* Article+CoreDataProperties.swift in Sources */,
|
||||
971187301CEB50FC00B9909D /* ZimReader.mm in Sources */,
|
||||
979CB6491D05C44F005E1BA1 /* iCloudContainerCapability.swift in Sources */,
|
||||
|
Loading…
x
Reference in New Issue
Block a user