Commit defd9642e7a44829bad053fe5be770e2736b0a3d
1 parent
1341bf603c
Exists in
master
version 1.2
Warning! This is a large diff.
To preserve performance the diff is not shown. Please, download the diff as plain diff or email patch instead.
Showing 275 changed files with 38888 additions and 127 deletions Side-by-side Diff
- .idea/xcode.xml
- App/Base.lproj/Main.storyboard
- App/Localizable.strings
- App/addPerson/VCConfirmId.swift
- App/commons/CellMucChupWithCamera.swift
- App/commons/VCRoot.swift
- App/createNew/CellChonMucChup.swift
- App/createNew/VCChonMucChup.swift
- App/createNew/VCConfirmMucDaChon.swift
- App/createNew/VCRootCreateNew.swift
- App/createNew/VCSettingBienQC.swift
- App/firstInput/VCInputId.swift
- App/firstInput/VCNoiDungTraoDoi.swift
- App/listCtruong/CellCtruong.swift
- App/listCtruong/VCListCtruong.swift
- App/listCtruong/VCShootItemList.swift
- App/model/CongTruong.swift
- App/model/ImgObj.swift
- App/model/MucChup.swift
- App/model/ShootItem.swift
- App/utils/AppUtils.swift
- App/utils/Constants.swift
- App/utils/FileUpload.swift
- App/utils/NetWorkUtils.swift
- GeneralUtils/.idea/GeneralUtils.iml
- GeneralUtils/.idea/encodings.xml
- GeneralUtils/.idea/inspectionProfiles/Project_Default.xml
- GeneralUtils/.idea/misc.xml
- GeneralUtils/.idea/modules.xml
- GeneralUtils/.idea/vcs.xml
- GeneralUtils/.idea/workspace.xml
- GeneralUtils/.idea/xcode.xml
- GeneralUtils/GeneralUtils.podspec
- GeneralUtils/GeneralUtils.xcodeproj/project.pbxproj
- GeneralUtils/GeneralUtils.xcodeproj/project.xcworkspace/contents.xcworkspacedata
- GeneralUtils/GeneralUtils.xcodeproj/project.xcworkspace/xcuserdata/ptran.xcuserdatad/UserInterfaceState.xcuserstate
- GeneralUtils/GeneralUtils.xcodeproj/project.xcworkspace/xcuserdata/ptran.xcuserdatad/xcschemes/xcschememanagement.plist
- GeneralUtils/GeneralUtils.xcodeproj/xcuserdata/ptran.xcuserdatad/xcschemes/GeneralUtils.xcscheme
- GeneralUtils/GeneralUtils.xcodeproj/xcuserdata/ptran.xcuserdatad/xcschemes/xcschememanagement.plist
- GeneralUtils/GeneralUtils/Assets.xcassets/ic_arrow_back_black.imageset/Contents.json
- GeneralUtils/GeneralUtils/Assets.xcassets/ic_arrow_back_black.imageset/ic_arrow_back_36pt.png
- GeneralUtils/GeneralUtils/Assets.xcassets/ic_arrow_back_black.imageset/ic_arrow_back_36pt_2x.png
- GeneralUtils/GeneralUtils/Assets.xcassets/ic_arrow_back_black.imageset/ic_arrow_back_36pt_3x.png
- GeneralUtils/GeneralUtils/Assets.xcassets/ic_arrow_drop_down.imageset/Contents.json
- GeneralUtils/GeneralUtils/Assets.xcassets/ic_arrow_drop_down.imageset/ic_arrow_drop_down.png
- GeneralUtils/GeneralUtils/Assets.xcassets/placeholder.imageset/Contents.json
- GeneralUtils/GeneralUtils/Assets.xcassets/placeholder.imageset/placeholder.png
- GeneralUtils/GeneralUtils/Assets.xcassets/placeholder.imageset/placeholder@2x.png
- GeneralUtils/GeneralUtils/Assets.xcassets/placeholder.imageset/placeholder@3x.png
- GeneralUtils/GeneralUtils/Assets.xcassets/press.imageset/Contents.json
- GeneralUtils/GeneralUtils/Assets.xcassets/press.imageset/press.png
- GeneralUtils/GeneralUtils/GeneralUtils.h
- GeneralUtils/GeneralUtils/Info.plist
- GeneralUtils/GeneralUtils/commonUtils/CacheUtils.swift
- GeneralUtils/GeneralUtils/commonUtils/CommonExtension.swift
- GeneralUtils/GeneralUtils/commonUtils/CommonUtils.swift
- GeneralUtils/GeneralUtils/commonUtils/DataTypeUtils.swift
- GeneralUtils/GeneralUtils/commonUtils/DialogUtils.swift
- GeneralUtils/GeneralUtils/commonUtils/DownloadTask.swift
- GeneralUtils/GeneralUtils/commonUtils/FileUtils.swift
- GeneralUtils/GeneralUtils/commonUtils/NetWorkUtils.swift
- GeneralUtils/GeneralUtils/commonUtils/PreferenceUtils.swift
- GeneralUtils/GeneralUtils/commonUtils/Queue.swift
- GeneralUtils/GeneralUtils/commonUtils/RecordUtils.swift
- GeneralUtils/GeneralUtils/commonUtils/SecurityUtils.swift
- GeneralUtils/GeneralUtils/commonUtils/StringExtension.swift
- GeneralUtils/GeneralUtils/libs/CryptoSwift/AES.swift
- GeneralUtils/GeneralUtils/libs/CryptoSwift/Array+Extension.swift
- GeneralUtils/GeneralUtils/libs/CryptoSwift/Authenticator.swift
- GeneralUtils/GeneralUtils/libs/CryptoSwift/Bit.swift
- GeneralUtils/GeneralUtils/libs/CryptoSwift/BlockCipher.swift
- GeneralUtils/GeneralUtils/libs/CryptoSwift/BlockMode/BlockMode.swift
- GeneralUtils/GeneralUtils/libs/CryptoSwift/BlockMode/BlockModeOptions.swift
- GeneralUtils/GeneralUtils/libs/CryptoSwift/BlockMode/BlockModeWorker.swift
- GeneralUtils/GeneralUtils/libs/CryptoSwift/BlockMode/CBC.swift
- GeneralUtils/GeneralUtils/libs/CryptoSwift/BlockMode/CFB.swift
- GeneralUtils/GeneralUtils/libs/CryptoSwift/BlockMode/CTR.swift
- GeneralUtils/GeneralUtils/libs/CryptoSwift/BlockMode/ECB.swift
- GeneralUtils/GeneralUtils/libs/CryptoSwift/BlockMode/OFB.swift
- GeneralUtils/GeneralUtils/libs/CryptoSwift/BlockMode/PCBC.swift
- GeneralUtils/GeneralUtils/libs/CryptoSwift/BlockMode/RandomAccessBlockModeWorker.swift
- GeneralUtils/GeneralUtils/libs/CryptoSwift/Blowfish.swift
- GeneralUtils/GeneralUtils/libs/CryptoSwift/BytesSequence.swift
- GeneralUtils/GeneralUtils/libs/CryptoSwift/CSArrayType+Extensions.swift
- GeneralUtils/GeneralUtils/libs/CryptoSwift/ChaCha20.swift
- GeneralUtils/GeneralUtils/libs/CryptoSwift/Checksum.swift
- GeneralUtils/GeneralUtils/libs/CryptoSwift/Cipher.swift
- GeneralUtils/GeneralUtils/libs/CryptoSwift/Collection+Extension.swift
- GeneralUtils/GeneralUtils/libs/CryptoSwift/Cryptors.swift
- GeneralUtils/GeneralUtils/libs/CryptoSwift/Digest.swift
- GeneralUtils/GeneralUtils/libs/CryptoSwift/DigestType.swift
- GeneralUtils/GeneralUtils/libs/CryptoSwift/Foundation/AES+Foundation.swift
- GeneralUtils/GeneralUtils/libs/CryptoSwift/Foundation/Blowfish+Foundation.swift
- GeneralUtils/GeneralUtils/libs/CryptoSwift/Foundation/CSArrayType+Foundation.swift
- GeneralUtils/GeneralUtils/libs/CryptoSwift/Foundation/ChaCha20+Foundation.swift
- GeneralUtils/GeneralUtils/libs/CryptoSwift/Foundation/Data+Extension.swift
- GeneralUtils/GeneralUtils/libs/CryptoSwift/Foundation/HMAC+Foundation.swift
- GeneralUtils/GeneralUtils/libs/CryptoSwift/Foundation/Rabbit+Foundation.swift
- GeneralUtils/GeneralUtils/libs/CryptoSwift/Foundation/String+FoundationExtension.swift
- GeneralUtils/GeneralUtils/libs/CryptoSwift/Foundation/Utils+Foundation.swift
- GeneralUtils/GeneralUtils/libs/CryptoSwift/Generics.swift
- GeneralUtils/GeneralUtils/libs/CryptoSwift/HMAC.swift
- GeneralUtils/GeneralUtils/libs/CryptoSwift/Int+Extension.swift
- GeneralUtils/GeneralUtils/libs/CryptoSwift/IntegerConvertible.swift
- GeneralUtils/GeneralUtils/libs/CryptoSwift/MD5.swift
- GeneralUtils/GeneralUtils/libs/CryptoSwift/NoPadding.swift
- GeneralUtils/GeneralUtils/libs/CryptoSwift/PKCS5/PBKDF1.swift
- GeneralUtils/GeneralUtils/libs/CryptoSwift/PKCS5/PBKDF2.swift
- GeneralUtils/GeneralUtils/libs/CryptoSwift/PKCS5/PKCS5.swift
- GeneralUtils/GeneralUtils/libs/CryptoSwift/PKCS7.swift
- GeneralUtils/GeneralUtils/libs/CryptoSwift/Padding.swift
- GeneralUtils/GeneralUtils/libs/CryptoSwift/Poly1305.swift
- GeneralUtils/GeneralUtils/libs/CryptoSwift/Rabbit.swift
- GeneralUtils/GeneralUtils/libs/CryptoSwift/RandomAccessCryptor.swift
- GeneralUtils/GeneralUtils/libs/CryptoSwift/RandomBytesSequence.swift
- GeneralUtils/GeneralUtils/libs/CryptoSwift/SHA1.swift
- GeneralUtils/GeneralUtils/libs/CryptoSwift/SHA2.swift
- GeneralUtils/GeneralUtils/libs/CryptoSwift/SHA3.swift
- GeneralUtils/GeneralUtils/libs/CryptoSwift/SecureBytes.swift
- GeneralUtils/GeneralUtils/libs/CryptoSwift/String+Extension.swift
- GeneralUtils/GeneralUtils/libs/CryptoSwift/UInt16+Extension.swift
- GeneralUtils/GeneralUtils/libs/CryptoSwift/UInt32+Extension.swift
- GeneralUtils/GeneralUtils/libs/CryptoSwift/UInt64+Extension.swift
- GeneralUtils/GeneralUtils/libs/CryptoSwift/UInt8+Extension.swift
- GeneralUtils/GeneralUtils/libs/CryptoSwift/Updatable.swift
- GeneralUtils/GeneralUtils/libs/CryptoSwift/Utils.swift
- GeneralUtils/GeneralUtils/libs/CryptoSwift/ZeroPadding.swift
- GeneralUtils/GeneralUtils/libs/Kingfisher/AnimatedImageView.swift
- GeneralUtils/GeneralUtils/libs/Kingfisher/Box.swift
- GeneralUtils/GeneralUtils/libs/Kingfisher/CacheSerializer.swift
- GeneralUtils/GeneralUtils/libs/Kingfisher/Filter.swift
- GeneralUtils/GeneralUtils/libs/Kingfisher/Image.swift
- GeneralUtils/GeneralUtils/libs/Kingfisher/ImageCache.swift
- GeneralUtils/GeneralUtils/libs/Kingfisher/ImageDownloader.swift
- GeneralUtils/GeneralUtils/libs/Kingfisher/ImagePrefetcher.swift
- GeneralUtils/GeneralUtils/libs/Kingfisher/ImageProcessor.swift
- GeneralUtils/GeneralUtils/libs/Kingfisher/ImageTransition.swift
- GeneralUtils/GeneralUtils/libs/Kingfisher/ImageView+Kingfisher.swift
- GeneralUtils/GeneralUtils/libs/Kingfisher/Indicator.swift
- GeneralUtils/GeneralUtils/libs/Kingfisher/Kingfisher.h
- GeneralUtils/GeneralUtils/libs/Kingfisher/Kingfisher.swift
- GeneralUtils/GeneralUtils/libs/Kingfisher/KingfisherManager.swift
- GeneralUtils/GeneralUtils/libs/Kingfisher/KingfisherOptionsInfo.swift
- GeneralUtils/GeneralUtils/libs/Kingfisher/RequestModifier.swift
- GeneralUtils/GeneralUtils/libs/Kingfisher/Resource.swift
- GeneralUtils/GeneralUtils/libs/Kingfisher/String+MD5.swift
- GeneralUtils/GeneralUtils/libs/Kingfisher/ThreadHelper.swift
- GeneralUtils/GeneralUtils/libs/Kingfisher/UIButton+Kingfisher.swift
- GeneralUtils/GeneralUtils/libs/ObjectMapper/CustomDateFormatTransform.swift
- GeneralUtils/GeneralUtils/libs/ObjectMapper/DataTransform.swift
- GeneralUtils/GeneralUtils/libs/ObjectMapper/DateFormatterTransform.swift
- GeneralUtils/GeneralUtils/libs/ObjectMapper/DateTransform.swift
- GeneralUtils/GeneralUtils/libs/ObjectMapper/DictionaryTransform.swift
- GeneralUtils/GeneralUtils/libs/ObjectMapper/EnumOperators.swift
- GeneralUtils/GeneralUtils/libs/ObjectMapper/EnumTransform.swift
- GeneralUtils/GeneralUtils/libs/ObjectMapper/FromJSON.swift
- GeneralUtils/GeneralUtils/libs/ObjectMapper/HexColorTransform.swift
- GeneralUtils/GeneralUtils/libs/ObjectMapper/ISO8601DateTransform.swift
- GeneralUtils/GeneralUtils/libs/ObjectMapper/ImmutableMappable.swift
- GeneralUtils/GeneralUtils/libs/ObjectMapper/Map.swift
- GeneralUtils/GeneralUtils/libs/ObjectMapper/MapError.swift
- GeneralUtils/GeneralUtils/libs/ObjectMapper/Mappable.swift
- GeneralUtils/GeneralUtils/libs/ObjectMapper/Mapper.swift
- GeneralUtils/GeneralUtils/libs/ObjectMapper/NSDecimalNumberTransform.swift
- GeneralUtils/GeneralUtils/libs/ObjectMapper/Operators.swift
- GeneralUtils/GeneralUtils/libs/ObjectMapper/ToJSON.swift
- GeneralUtils/GeneralUtils/libs/ObjectMapper/TransformOf.swift
- GeneralUtils/GeneralUtils/libs/ObjectMapper/TransformOperators.swift
- GeneralUtils/GeneralUtils/libs/ObjectMapper/TransformType.swift
- GeneralUtils/GeneralUtils/libs/ObjectMapper/URLTransform.swift
- GeneralUtils/GeneralUtils/libs/SCLAlertView/SCLAlertView.swift
- GeneralUtils/GeneralUtils/libs/SCLAlertView/SCLExtensions.swift
- GeneralUtils/GeneralUtils/libs/SwiftOverlays.swift
- GeneralUtils/GeneralUtils/libs/SwiftyJSON.swift
- GeneralUtils/GeneralUtils/libs/Toaster/Toast.swift
- GeneralUtils/GeneralUtils/libs/Toaster/ToastCenter.swift
- GeneralUtils/GeneralUtils/libs/Toaster/ToastView.swift
- GeneralUtils/GeneralUtils/libs/Toaster/ToastWindow.swift
- GeneralUtils/GeneralUtils/libs/Toaster/Toaster.h
- GeneralUtils/GeneralUtils/models/Session.swift
- GeneralUtils/GeneralUtils/ui/DrawerController/AnimatedMenuButton.swift
- GeneralUtils/GeneralUtils/ui/DrawerController/DrawerBarButtonItem.swift
- GeneralUtils/GeneralUtils/ui/DrawerController/DrawerController.h
- GeneralUtils/GeneralUtils/ui/DrawerController/DrawerController.swift
- GeneralUtils/GeneralUtils/ui/DrawerController/DrawerVisualState.swift
- GeneralUtils/GeneralUtils/ui/DrawerController/DrawerVisualStateManager.swift
- GeneralUtils/GeneralUtils/ui/GeneralMenuController.swift
- GeneralUtils/GeneralUtils/ui/IContainerController.swift
- GeneralUtils/GeneralUtils/ui/PresentationDialog/AnimatedControllerFromBottom.swift
- GeneralUtils/GeneralUtils/ui/PresentationDialog/AnimatedTransitioning.swift
- GeneralUtils/GeneralUtils/ui/PresentationDialog/BaseUIPresentationController.swift
- GeneralUtils/GeneralUtils/ui/PresentationDialog/BaseViewControllerShowTransculent.swift
- GeneralUtils/GeneralUtils/ui/VCContainer.swift
- GeneralUtils/GeneralUtils/ui/page/BasePageViewController.swift
- GeneralUtils/GeneralUtils/ui/views/CollectionView/UICollectionViewLoadData.swift
- GeneralUtils/GeneralUtils/ui/views/CollectionView/UICollectionViewLoading.swift
- GeneralUtils/GeneralUtils/ui/views/DropDown/ComboBox.swift
- GeneralUtils/GeneralUtils/ui/views/DropDown/DPDConstants.swift
- GeneralUtils/GeneralUtils/ui/views/DropDown/DPDKeyboardListener.swift
- GeneralUtils/GeneralUtils/ui/views/DropDown/DPDUIView+Extension.swift
- GeneralUtils/GeneralUtils/ui/views/DropDown/DropDown.swift
- GeneralUtils/GeneralUtils/ui/views/DropDown/DropDownCell.swift
- GeneralUtils/GeneralUtils/ui/views/FloatRatingView.swift
- GeneralUtils/GeneralUtils/ui/views/ISRadioButton.swift
- GeneralUtils/GeneralUtils/ui/views/TableView/BaseCell.swift
- GeneralUtils/GeneralUtils/ui/views/TableView/BaseTbLoadData.swift
- GeneralUtils/GeneralUtils/ui/views/TableView/CellLoadMore.swift
- GeneralUtils/GeneralUtils/ui/views/TableView/UITableViewLoadDataBg.swift
- GeneralUtils/GeneralUtils/ui/views/TableView/UITableViewLoadDataFromUIThread.swift
- GeneralUtils/GeneralUtils/ui/views/TableView/UITableViewLoadMore.swift
- GeneralUtils/GeneralUtils/ui/views/TableView/UITableViewLoading.swift
- GeneralUtils/GeneralUtils/ui/views/UIButtonCustom.swift
- GeneralUtils/GeneralUtils/ui/views/UIImageViewCustom.swift
- GeneralUtils/GeneralUtils/ui/views/UILabelCustom.swift
- GeneralUtils/GeneralUtils/ui/views/UILableCustomLeftImage.swift
- GeneralUtils/GeneralUtils/ui/views/UITextViewCustom.swift
- GeneralUtils/GeneralUtils/ui/views/UIViewCustom.swift
- GeneralUtils/GeneralUtils/ui/views/UIViewCustomGradientBg.swift
- GeneralUtils/GeneralUtils/ui/views/UIViewCustomPressHightLight.swift
- GeneralUtils/GeneralUtils/ui/views/VPlayerControl.swift
- GeneralUtils/GeneralUtils/ui/views/VTopNotification/VTopNotification.swift
- GeneralUtils/GeneralUtils/ui/views/VTopNotification/VTopNotification.xib
- GeneralUtils/GeneralUtils/ui/views/vTopBar/ViewTopBar.swift
- GeneralUtils/GeneralUtils/ui/views/vTopBar/ViewTopBar.xib
- GeneralUtils/LICENSE
- GeneralUtils/readme.txt
- Morooka.xcodeproj/project.pbxproj
- Morooka.xcodeproj/project.xcworkspace/xcuserdata/ptran.xcuserdatad/UserInterfaceState.xcuserstate
- Morooka.xcodeproj/xcuserdata/ptran.xcuserdatad/xcschemes/xcschememanagement.plist
- Morooka.xcworkspace/contents.xcworkspacedata
- Morooka.xcworkspace/xcshareddata/Morooka.xcscmblueprint
- Morooka.xcworkspace/xcuserdata/ptran.xcuserdatad/UserInterfaceState.xcuserstate
- Morooka.xcworkspace/xcuserdata/ptran.xcuserdatad/xcschemes/xcschememanagement.plist
- Podfile
- Podfile.lock
- Pods/Alamofire/LICENSE
- Pods/Alamofire/README.md
- Pods/Alamofire/Source/AFError.swift
- Pods/Alamofire/Source/Alamofire.swift
- Pods/Alamofire/Source/DispatchQueue+Alamofire.swift
- Pods/Alamofire/Source/MultipartFormData.swift
- Pods/Alamofire/Source/NetworkReachabilityManager.swift
- Pods/Alamofire/Source/Notifications.swift
- Pods/Alamofire/Source/ParameterEncoding.swift
- Pods/Alamofire/Source/Request.swift
- Pods/Alamofire/Source/Response.swift
- Pods/Alamofire/Source/ResponseSerialization.swift
- Pods/Alamofire/Source/Result.swift
- Pods/Alamofire/Source/ServerTrustPolicy.swift
- Pods/Alamofire/Source/SessionDelegate.swift
- Pods/Alamofire/Source/SessionManager.swift
- Pods/Alamofire/Source/TaskDelegate.swift
- Pods/Alamofire/Source/Timeline.swift
- Pods/Alamofire/Source/Validation.swift
- Pods/Manifest.lock
- Pods/Pods.xcodeproj/project.pbxproj
- Pods/Pods.xcodeproj/xcuserdata/ptran.xcuserdatad/xcschemes/Alamofire.xcscheme
- Pods/Pods.xcodeproj/xcuserdata/ptran.xcuserdatad/xcschemes/Pods-App.xcscheme
- Pods/Pods.xcodeproj/xcuserdata/ptran.xcuserdatad/xcschemes/xcschememanagement.plist
- Pods/Target Support Files/Alamofire/Alamofire-dummy.m
- Pods/Target Support Files/Alamofire/Alamofire-prefix.pch
- Pods/Target Support Files/Alamofire/Alamofire-umbrella.h
- Pods/Target Support Files/Alamofire/Alamofire.modulemap
- Pods/Target Support Files/Alamofire/Alamofire.xcconfig
- Pods/Target Support Files/Alamofire/Info.plist
- Pods/Target Support Files/Pods-App/Info.plist
- Pods/Target Support Files/Pods-App/Pods-App-acknowledgements.markdown
- Pods/Target Support Files/Pods-App/Pods-App-acknowledgements.plist
- Pods/Target Support Files/Pods-App/Pods-App-dummy.m
- Pods/Target Support Files/Pods-App/Pods-App-frameworks.sh
- Pods/Target Support Files/Pods-App/Pods-App-resources.sh
- Pods/Target Support Files/Pods-App/Pods-App-umbrella.h
- Pods/Target Support Files/Pods-App/Pods-App.debug.xcconfig
- Pods/Target Support Files/Pods-App/Pods-App.modulemap
- Pods/Target Support Files/Pods-App/Pods-App.release.xcconfig