fixes
This commit is contained in:
@@ -247,6 +247,7 @@ extension GamesListVC : GADBannerViewDelegate{
|
||||
switch bannerView{
|
||||
case vm.headerBannerView:
|
||||
headerView.stopShimmer()
|
||||
vm.setHeaderData()
|
||||
case vm.headerBannerBottomView:
|
||||
headerTitleLabel.isHidden = true
|
||||
headerBtn.isHidden = true
|
||||
|
||||
@@ -38,7 +38,6 @@ class GamesListVM{
|
||||
maxHeaderHeight = UIScreen.main.bounds.width * 0.55
|
||||
vc.headerHeight.constant = maxHeaderHeight
|
||||
|
||||
checkAds()
|
||||
}
|
||||
|
||||
func checkAds(){
|
||||
@@ -166,6 +165,8 @@ class GamesListVM{
|
||||
self.vc.loadMoreActivityIndicator.stopAnimating()
|
||||
self.vc.loadMoreActivityIndicator.hidesWhenStopped = true
|
||||
|
||||
checkAds()
|
||||
|
||||
/*
|
||||
MAke logic for ads
|
||||
// */
|
||||
|
||||
Reference in New Issue
Block a user