|
|
@@ -31,7 +31,7 @@ class ViewController: UIViewController, UICollectionViewDataSource, UICollection
|
|
|
|
|
|
//Each of the sections of the app.
|
|
|
@IBOutlet weak var containerViewGallery: UIView!
|
|
|
- @IBOutlet weak var containerViewBlog: BlogView!
|
|
|
+ @IBOutlet weak var containerViewBlog: UIView!
|
|
|
@IBOutlet weak var containerViewActivities: UIView!
|
|
|
@IBOutlet weak var containerViewLablanca: UIView!
|
|
|
@IBOutlet weak var containerViewLocation: UIView!
|
|
|
@@ -57,7 +57,7 @@ class ViewController: UIViewController, UICollectionViewDataSource, UICollection
|
|
|
self.containerViewLocation.alpha = 0
|
|
|
self.containerViewLablanca.alpha = 0
|
|
|
self.containerViewActivities.alpha = 0
|
|
|
- self.containerViewBlog.alpha = 0
|
|
|
+ self.containerViewBlog.alpha = 0.5
|
|
|
self.containerViewGallery.alpha = 0
|
|
|
|
|
|
print("ViewController:viewDidLoad()")
|