Skip to content

Commit

Permalink
update bg colors
Browse files Browse the repository at this point in the history
  • Loading branch information
doneill committed Apr 2, 2023
1 parent de967d7 commit b1815c0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ios-app/ios-app/Resources/Base.lproj/Main.storyboard
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="17132" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="BYZ-38-t0r">
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="20037" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="BYZ-38-t0r">
<device id="retina6_1" orientation="portrait" appearance="light"/>
<dependencies>
<deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="17105"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="20020"/>
<capability name="Safe area layout guides" minToolsVersion="9.0"/>
<capability name="System colors in document resources" minToolsVersion="11.0"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
Expand Down
3 changes: 3 additions & 0 deletions ios-app/ios-app/View Controllers/ViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ class ViewController: UIViewController {
override func viewDidLoad() {
super.viewDidLoad()

weatherView.backgroundColor = UIColor.white
weatherView.textColor = UIColor.black

let driver = KmpDriverFactory()
let db = KmpDriverFactoryKt.createDb(kmpDriverFactory: driver)
kmpQuery = db.kmpModelQueries
Expand Down

0 comments on commit b1815c0

Please sign in to comment.