From 2597e8c448cc5b48eae7a1369ffde506d57fcab0 Mon Sep 17 00:00:00 2001
From: Adam Zvada <zvadaada@gmail.com>
Date: Wed, 25 Apr 2018 22:37:30 +0200
Subject: [PATCH] fix error with image

---
 Eglaf/Controllers/TapBarViewController.swift      | 2 +-
 Eglaf/Storyboards/ReportViewController.storyboard | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Eglaf/Controllers/TapBarViewController.swift b/Eglaf/Controllers/TapBarViewController.swift
index 82ce27e..1eac0b8 100644
--- a/Eglaf/Controllers/TapBarViewController.swift
+++ b/Eglaf/Controllers/TapBarViewController.swift
@@ -30,7 +30,7 @@ class TabBarViewController: UITabBarController {
 
 extension TabBarViewController {
     func prepareTabBar() {
-        issuesViewController.tabBarItem = UITabBarItem(title: nil, image: #imageLiteral(resourceName: "dashboard"), selectedImage: nil)
+        issuesViewController.tabBarItem = UITabBarItem(title: nil, image: #imageLiteral(resourceName: "checked"), selectedImage: nil)
         issuesViewController.tabBarItem.imageInsets = UIEdgeInsets(top: 6, left: 0, bottom: -6, right: 0)
         qrViewController.tabBarItem = UITabBarItem(title: nil, image: #imageLiteral(resourceName: "scan"), selectedImage: nil)
         qrViewController.tabBarItem.imageInsets = UIEdgeInsets(top: 6, left: 0, bottom: -6, right: 0)
diff --git a/Eglaf/Storyboards/ReportViewController.storyboard b/Eglaf/Storyboards/ReportViewController.storyboard
index 96ce1be..a4374a7 100644
--- a/Eglaf/Storyboards/ReportViewController.storyboard
+++ b/Eglaf/Storyboards/ReportViewController.storyboard
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="13771" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
+<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="13771" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="bir-ak-rDi">
     <device id="retina4_7" orientation="portrait">
         <adaptation id="fullscreen"/>
     </device>
-- 
GitLab