From b40cc10f698c6ac4beaabb1c0f8beb2436c8495e Mon Sep 17 00:00:00 2001 From: Deniz Duezgoeren Date: Wed, 10 Jul 2019 19:52:14 +0200 Subject: [PATCH] ViewControllers now have recognisable names --- AvH Plan.xcodeproj/project.pbxproj | 26 ++++++++++++------ .../ic_history.imageset/ic_history.png | Bin 0 -> 971 bytes .../ic_idea.imageset/Contents.json | 2 ++ .../ic_idea.imageset/ic_idea_2x.png | Bin 0 -> 914 bytes .../ic_idea.imageset/ic_idea_3x.png | Bin 0 -> 1324 bytes .../ic_philosophy-1.png | Bin 0 -> 1575 bytes .../ic_wat.imageset/ic_wat-1.png | Bin 0 -> 1385 bytes .../ic_wat.imageset/ic_wat.png | Bin 0 -> 1056 bytes .../ic_writing.imageset/ic_writing.png | Bin 0 -> 1318 bytes AvH Plan/Base.lproj/Main.storyboard | 12 ++++---- AvH Plan/InfoViewController.swift | 13 +++++++++ AvH Plan/MenuViewController.swift | 13 +++++++++ ...ler.swift => PersonalViewController.swift} | 2 +- ...troller.swift => PlanViewController.swift} | 6 ++-- 14 files changed, 55 insertions(+), 19 deletions(-) create mode 100644 AvH Plan/Assets.xcassets/ic_history.imageset/ic_history.png create mode 100644 AvH Plan/Assets.xcassets/ic_idea.imageset/ic_idea_2x.png create mode 100644 AvH Plan/Assets.xcassets/ic_idea.imageset/ic_idea_3x.png create mode 100644 AvH Plan/Assets.xcassets/ic_philosophy.imageset/ic_philosophy-1.png create mode 100644 AvH Plan/Assets.xcassets/ic_wat.imageset/ic_wat-1.png create mode 100644 AvH Plan/Assets.xcassets/ic_wat.imageset/ic_wat.png create mode 100644 AvH Plan/Assets.xcassets/ic_writing.imageset/ic_writing.png create mode 100644 AvH Plan/InfoViewController.swift create mode 100644 AvH Plan/MenuViewController.swift rename AvH Plan/{SecondViewController.swift => PersonalViewController.swift} (86%) rename AvH Plan/{FirstViewController.swift => PlanViewController.swift} (98%) diff --git a/AvH Plan.xcodeproj/project.pbxproj b/AvH Plan.xcodeproj/project.pbxproj index 113a81a..f5a5910 100644 --- a/AvH Plan.xcodeproj/project.pbxproj +++ b/AvH Plan.xcodeproj/project.pbxproj @@ -10,8 +10,8 @@ 1BF3A6CA97BA41C38482C1A6 /* Pods_AvH_PlanTests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D9D6269E96544A9242A29611 /* Pods_AvH_PlanTests.framework */; }; 2E65263AFD35D6B542E89AE4 /* Pods_AvH_Plan.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7605BB0678C9E27A1D3E9DAA /* Pods_AvH_Plan.framework */; }; A96133802299867400B541D4 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = A961337F2299867400B541D4 /* AppDelegate.swift */; }; - A96133822299867400B541D4 /* FirstViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A96133812299867400B541D4 /* FirstViewController.swift */; }; - A96133842299867400B541D4 /* SecondViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A96133832299867400B541D4 /* SecondViewController.swift */; }; + A96133822299867400B541D4 /* PlanViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A96133812299867400B541D4 /* PlanViewController.swift */; }; + A96133842299867400B541D4 /* PersonalViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A96133832299867400B541D4 /* PersonalViewController.swift */; }; A96133872299867400B541D4 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = A96133852299867400B541D4 /* Main.storyboard */; }; A96133892299867A00B541D4 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = A96133882299867A00B541D4 /* Assets.xcassets */; }; A961338C2299867A00B541D4 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = A961338A2299867A00B541D4 /* LaunchScreen.storyboard */; }; @@ -19,6 +19,8 @@ A96133A22299867A00B541D4 /* AvH_PlanUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = A96133A12299867A00B541D4 /* AvH_PlanUITests.swift */; }; A96133B0229986DF00B541D4 /* CollectionViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = A96133AF229986DF00B541D4 /* CollectionViewCell.swift */; }; A9A3496C22D4859200F35AE0 /* SubstModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = A9A3496B22D4859200F35AE0 /* SubstModel.swift */; }; + A9C1D2FE22D656A400139043 /* InfoViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A9C1D2FD22D656A400139043 /* InfoViewController.swift */; }; + A9C1D30022D656DD00139043 /* MenuViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A9C1D2FF22D656DD00139043 /* MenuViewController.swift */; }; C736A19A44C64423F3A695B7 /* Pods_AvH_PlanUITests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 74EDE3D8134812AB76BEB988 /* Pods_AvH_PlanUITests.framework */; }; /* End PBXBuildFile section */ @@ -45,8 +47,8 @@ 7605BB0678C9E27A1D3E9DAA /* Pods_AvH_Plan.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_AvH_Plan.framework; sourceTree = BUILT_PRODUCTS_DIR; }; A961337C2299867400B541D4 /* AvH Plan.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "AvH Plan.app"; sourceTree = BUILT_PRODUCTS_DIR; }; A961337F2299867400B541D4 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = ""; }; - A96133812299867400B541D4 /* FirstViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FirstViewController.swift; sourceTree = ""; }; - A96133832299867400B541D4 /* SecondViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SecondViewController.swift; sourceTree = ""; }; + A96133812299867400B541D4 /* PlanViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PlanViewController.swift; sourceTree = ""; }; + A96133832299867400B541D4 /* PersonalViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PersonalViewController.swift; sourceTree = ""; }; A96133862299867400B541D4 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = ""; }; A96133882299867A00B541D4 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = ""; }; A961338B2299867A00B541D4 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = ""; }; @@ -59,6 +61,8 @@ A96133A32299867A00B541D4 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; A96133AF229986DF00B541D4 /* CollectionViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CollectionViewCell.swift; sourceTree = ""; }; A9A3496B22D4859200F35AE0 /* SubstModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SubstModel.swift; sourceTree = ""; }; + A9C1D2FD22D656A400139043 /* InfoViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InfoViewController.swift; sourceTree = ""; }; + A9C1D2FF22D656DD00139043 /* MenuViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MenuViewController.swift; sourceTree = ""; }; C6EC6ACE7893F2BB0A157817 /* Pods-AvH Plan.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-AvH Plan.release.xcconfig"; path = "Target Support Files/Pods-AvH Plan/Pods-AvH Plan.release.xcconfig"; sourceTree = ""; }; D9D6269E96544A9242A29611 /* Pods_AvH_PlanTests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_AvH_PlanTests.framework; sourceTree = BUILT_PRODUCTS_DIR; }; E596AED9E99670CBF1B6F49E /* Pods-AvH Plan.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-AvH Plan.debug.xcconfig"; path = "Target Support Files/Pods-AvH Plan/Pods-AvH Plan.debug.xcconfig"; sourceTree = ""; }; @@ -144,14 +148,16 @@ isa = PBXGroup; children = ( A961337F2299867400B541D4 /* AppDelegate.swift */, - A96133812299867400B541D4 /* FirstViewController.swift */, - A9A3496B22D4859200F35AE0 /* SubstModel.swift */, - A96133832299867400B541D4 /* SecondViewController.swift */, + A96133812299867400B541D4 /* PlanViewController.swift */, + A96133832299867400B541D4 /* PersonalViewController.swift */, + A9C1D2FD22D656A400139043 /* InfoViewController.swift */, + A9C1D2FF22D656DD00139043 /* MenuViewController.swift */, A96133852299867400B541D4 /* Main.storyboard */, A96133882299867A00B541D4 /* Assets.xcassets */, A961338A2299867A00B541D4 /* LaunchScreen.storyboard */, A961338D2299867A00B541D4 /* Info.plist */, A96133AF229986DF00B541D4 /* CollectionViewCell.swift */, + A9A3496B22D4859200F35AE0 /* SubstModel.swift */, ); path = "AvH Plan"; sourceTree = ""; @@ -404,11 +410,13 @@ isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - A96133842299867400B541D4 /* SecondViewController.swift in Sources */, + A96133842299867400B541D4 /* PersonalViewController.swift in Sources */, A96133802299867400B541D4 /* AppDelegate.swift in Sources */, A9A3496C22D4859200F35AE0 /* SubstModel.swift in Sources */, + A9C1D30022D656DD00139043 /* MenuViewController.swift in Sources */, A96133B0229986DF00B541D4 /* CollectionViewCell.swift in Sources */, - A96133822299867400B541D4 /* FirstViewController.swift in Sources */, + A9C1D2FE22D656A400139043 /* InfoViewController.swift in Sources */, + A96133822299867400B541D4 /* PlanViewController.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; diff --git a/AvH Plan/Assets.xcassets/ic_history.imageset/ic_history.png b/AvH Plan/Assets.xcassets/ic_history.imageset/ic_history.png new file mode 100644 index 0000000000000000000000000000000000000000..0ff5dde73a1be9338a0742fc16eb5997445dffb0 GIT binary patch literal 971 zcmeAS@N?(olHy`uVBq!ia0vp^Mj*_=0wlMXIamQHmUKs7M+SzC{oH>NS%G|oWRD45bDP46hOx7_4S6Fo+k-*%fF5lweBoc6VW5SkA_cc=S%ggD9^w|~F3yNfGzmy@_6cgu@uS5#Mdi>bsm z*|M-+RaE3s*;Q`b%_rqD;iBpaK2c82Hd!UkpjFK|feI0_Z~FfRm!G{`dER+*ea-pp zm-k5?erw%6H?r>Y?{n|J&;5B;TEj(^UGkAN-@3+W3pnLpS)BJ*erKy9YT3n+{z6Ma z+T~uR^xUE+6Atk{)b>(kXc9@7eB|S#k_#LMOvEd@G-f&pEaz@8JU59g=+B3Bj~dTB zQC%}3(o)lw=Tt}0hT_cCQ}=#f7!=BJUnzI~Nyb?lowg{M{JXnlGUG8pRrRwAL%(e+ zkUhw9{l|tYOJ*Hs^FJ}atT`iK*O^4^>?V(vZ66|UM82={UH73aVu6z0R+(jt0(YLt zn(6({U{09gs3T)0sJ`jWlRaw3MPGMMJaF`>`P)zP<19D(_uZZuAGN#0WTVY~*H7R0 zKm4E2vfn-?XIA9-=&#fG{e>Qy=$aV%T|G51WCMG{+pNo*1nxyjPErZp^u2X;$)}D= z%YPCkOG|vyUM_1Z<+*&G+vrY`{_%{|mf6od5;_c5{q&J)h`;kt@oSB0<|LMVKNro` zP21~m?ov}a_^|=4k9!xcYKdl0)EbwJ)CYgu^2= z;!o8H<$qYWhtYJxRTl&GYTaFW&B~Dq2kRL63{D#NUZ0lGTyFhz^5*8>SC}Uxy1n)k zU&_~T{mrw<=F7M_7O%h0V)&oyTG33)W)=Sw7r841Qv$_$0(^=!UY7|5KhHl?)El1( zOo6H;t`Q|Ei6yC4$wjF^iowXh&{EgHT-VSb#K7Fj*xbs*P}{)B%D`ay=hu%=H00)| zWTsW(*6?gya2!xW1jvTsvUIDY#Nt%l(xOa;w9K4TD}8-^XDj{C;?$yI{p^&|)GB?K z)Z*-t`~v;3)Z~)C?-oSA#??#vID z<(@g`KmXl(?wzv>ZrBfu0Moz{Py_t%b1}5v1@<}e8nGG}1S(-d+fe~7hw%;J1i^}3 zlFP9O9Iq#N33%CHaygy>ty;1s#nukI2G*ts^np*n3t$|W0@eW=fNelm3NNAWX5dH4 za|o4ArL3d^^bveZSy&02A=n0uXA)@1B6yk-IBbzzq6FMY;d`7GbX0M!0jC_3OPuEa zQI3xznriI`o@`J+T!`fUgDBK~#c4Pv0TD)&9OvT>zr@3eRG9-xB#U(+dbmeX*q5__ z2xpaCJpea_u}1#iLWEY5MLGoVRTw`OBp|}L$T#5u9m45B!6F`sd4~rq6UGk(i;(;+ z9?5&YXc6zlyvZZjmpB@J{~NGI%zY2|D~w$Qi&!t_OCGTcBgD>vMeGps1qe<<{K(7| zEMi{dyYB(lh0`j6TeJx52382$5I`GH73$s=B;uXOQw{S2Fh=rDKb*6G14@q3xWiV( zp#qe15>Q5O_qIsKTZ+>(hJMfj%^{EEzM(m{kgQxEc;29hCkp308H?M6-Va`?Q@}-q zs}|1DS^!%4T^bthHo3e3owrU zJVe|U^Cr@}uT6^0cp{oDM9e6*?BVv|1 zUcn)(njzc51lR~{ClKBZELVKyfma0EFa~^f;I~Ez_(^she4&oM!3Dhr0nym&Lh7p6 o_V%1~LoiYL)2b;=e`K58>%;8Q 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 literal 0 HcmV?d00001 diff --git a/AvH Plan/Assets.xcassets/ic_wat.imageset/ic_wat.png b/AvH Plan/Assets.xcassets/ic_wat.imageset/ic_wat.png new file mode 100644 index 0000000000000000000000000000000000000000..c1ec9d91b624f540e060e52b546d222d4530d2fd GIT binary patch literal 1056 zcmeAS@N?(olHy`uVBq!ia0vp^Mj*_=0wlMXIamQHmUKs7M+SzC{oH>NS%G|oWRD45bDP46hOx7_4S6Fo+k-*%fF5lweBoc6VW5Sk>!>tP*i{=V0Zd&hm#m!$?rYkA&NQ-rX?u?pqZ{DVU zpBB3>_uI3y=iBd}eRHRry<1@7n%~bSW@mdFdTLpycqykxBxd`5YUuW1n_N2Ou}_kv z%;qlw+|y^I?-D=fVySjSr+%yQN<-Fj;?;8}tF2pM?R(K{|CaNChgic_e!e~D>Gb(#2nkWDYoOzEu-`Q*-Pe9)}@J9A=^%@obL!)fhuTYES!JMObjlQvm-a=`oZ1*h#lUuj)wKEuY|Ly`Gb+NZ8wJ)h`r zK7!>ljlb!nr`bO~v?cBP9g!mUjwN&UrZhX>XG;t!Np=2m@<5^ACznl?4^Nn!zGnG$ zYR5(GBjRPuuX&fK*-o^7#%@%6}uSc*s%ruxLuzQc7?U|&+ zi;q0ca7;W`p|(pj@#5N3y&Ua7^p2GF&PZ?TeSX4}%jA)EXjjIS4rv|#-K*xf`xrjb z<(_=w`Gi(s#()!IVbz+Oxn2k*g>Y=w+0^B#Xl1&{O_2Sk+L5!ZLO;75OE?VGjxhFS zeEr@#w{wMPl8wirSmjqD7Z(WHaW$QBQIb(|lQuRxw8p$9%)hGS)U!DY;KSwMe z@0Fpd^momxLCXdAai<&KJH=+}V3>AMMu0K2hogAD@WDSO-u-L$OmAF%SkXt#glWMf zeyNM1YzvJQg+9yQQYegS`Z-;t_(`CT-wv0IkNlx~JRNp;9d-aFZPgOjh?11Vl2ohY zqEsNoU}RuuscT@aYiJN+U~Xk>Ze?PqZD3?&U@-mj>qjUWa`RI%(<*Umc(yJ$4yYjn zWJ7UTx>ZtQajI@Hq)$ literal 0 HcmV?d00001 diff --git a/AvH Plan/Assets.xcassets/ic_writing.imageset/ic_writing.png b/AvH Plan/Assets.xcassets/ic_writing.imageset/ic_writing.png new file mode 100644 index 0000000000000000000000000000000000000000..5d6affd5327953657e9f8c7c295c64a7aef39ced GIT binary patch literal 1318 zcmeAS@N?(olHy`uVBq!ia0vp^Mj*_=0wlMXIamQHmUKs7M+SzC{oH>NS%G|oWRD45bDP46hOx7_4S6Fo+k-*%fF5lweBoc6VW5Sk(zj_iTQgpH^oaPjr}H0&l$&c21~u2;qhe6@>6f@uFn#W5$SwW>OAMr;)TD8 z|7y1xoZy@2v3%vvnib*9`^w*GDJ*}>eqBn2{iX0cy%^RejV=DEzhATdY=0Wx7;=1{ z@6Nj`T9`dt1_$!aBFxq2y@ynwL71L!3Hu9X1Y}YQl&St8n zK5w$VX*ko*%UP>WZ&=#$=l67nzDy+5Q@!_#d4F6Gj>GZ1DGv(1XPlAhm&dmFNRCTTCjfv?NW)a+{||-M)toro8@~Q>oc${;zL)PgCv!#Id@C(Iw}0iztw(CMuekPh ziSD#^RoN#yC;Z7nlD% za#eofiFCe~)AR!Pvbr44Om%t^t!>i!b4Fs!L(7|KZPp=2-?(bt{g$oWu;6e|H1C#s zIy`05V_Ov_)_(I;`x-WLGVh(J^;WMM=B737I`qy8x*sT z9?xUD9ywW9UAOJ)im)ut=Iyp(Yi=YJS}a>t6!dnjnB}zFOJcmGa`qhJ%Gx`-_ou$m z#W>9+r=laLtGG?!mRzR$qJGNWozIn`?nqrO3G0ur6Bf^U8C~FM#Gs$ftg#i#5JNMC9x#cD!C{XNHG{07+UHYnCluEgcz7x8Jk;~7-}0BSs55i z|NQz9iiX_$l+3hB+!~&(3yuS7hydA8T$XN?lvtdqTUwOKkd~Q~YNfBQ?`)+XTAW%` zte>4ynp&mrl3JWyl3$=7mYQ6WU*uAhSe}@alWG)PmadzdSX`1?qz^PjKQlSLyeP9I ZGcR2a$h~HA7*u#Mc)I$ztaD0e0ssXPPd)$u literal 0 HcmV?d00001 diff --git a/AvH Plan/Base.lproj/Main.storyboard b/AvH Plan/Base.lproj/Main.storyboard index fd63443..b89bc26 100644 --- a/AvH Plan/Base.lproj/Main.storyboard +++ b/AvH Plan/Base.lproj/Main.storyboard @@ -14,7 +14,7 @@ - + @@ -161,7 +161,7 @@ - + @@ -189,7 +189,7 @@ - + @@ -198,7 +198,7 @@ - + @@ -214,7 +214,7 @@ - + @@ -249,9 +249,9 @@ + - diff --git a/AvH Plan/InfoViewController.swift b/AvH Plan/InfoViewController.swift new file mode 100644 index 0000000..926ead7 --- /dev/null +++ b/AvH Plan/InfoViewController.swift @@ -0,0 +1,13 @@ +// +// InfoViewController.swift +// AvH Plan +// +// Created by Deniz Duezgoeren on 10.07.19. +// Copyright © 2019 Deniz Duezgoeren. All rights reserved. +// + +import UIKit + +class InfoViewController : UIViewController { + +} diff --git a/AvH Plan/MenuViewController.swift b/AvH Plan/MenuViewController.swift new file mode 100644 index 0000000..05aecf9 --- /dev/null +++ b/AvH Plan/MenuViewController.swift @@ -0,0 +1,13 @@ +// +// MenuViewController.swift +// AvH Plan +// +// Created by Deniz Duezgoeren on 10.07.19. +// Copyright © 2019 Deniz Duezgoeren. All rights reserved. +// + +import UIKit + +class MenuViewController : UIViewController { + +} diff --git a/AvH Plan/SecondViewController.swift b/AvH Plan/PersonalViewController.swift similarity index 86% rename from AvH Plan/SecondViewController.swift rename to AvH Plan/PersonalViewController.swift index ff714a8..6a3bb55 100644 --- a/AvH Plan/SecondViewController.swift +++ b/AvH Plan/PersonalViewController.swift @@ -8,7 +8,7 @@ import UIKit -class SecondViewController: UIViewController { +class PersonalViewController: UIViewController { override func viewDidLoad() { super.viewDidLoad() diff --git a/AvH Plan/FirstViewController.swift b/AvH Plan/PlanViewController.swift similarity index 98% rename from AvH Plan/FirstViewController.swift rename to AvH Plan/PlanViewController.swift index 80fe338..6fe6739 100644 --- a/AvH Plan/FirstViewController.swift +++ b/AvH Plan/PlanViewController.swift @@ -11,7 +11,7 @@ import SwiftSoup import Alamofire import SQLite3 -class FirstViewController : UIViewController, UICollectionViewDataSource, UICollectionViewDelegateFlowLayout { +class PlanViewController : UIViewController, UICollectionViewDataSource, UICollectionViewDelegateFlowLayout { let reuseIdentifier = "cell" @IBOutlet weak var collectionView: UICollectionView! @@ -35,8 +35,8 @@ class FirstViewController : UIViewController, UICollectionViewDataSource, UIColl refreshControl.addTarget(self, action: #selector(objDoAsync(_:)), for: .valueChanged) refreshControl.tintColor = UIColor(red: 0.39, green: 0.71, blue: 0.96, alpha: 1.0) refreshControl.attributedTitle = NSAttributedString(string: "Fetching the plan...") - self.refreshControl.beginRefreshing() - self.doAsync() +// self.refreshControl.beginRefreshing() +// self.doAsync() } @objc private func objDoAsync(_ sender: Any) {