Skip to content

5j54d93/SwiftUI-TaiwanMemeCat

Repository files navigation

SwiftUI:Taiwan Meme Cat

Swift GitHub GitHub stars GitHub repo size

Using SwiftUI's Shape & Path to draw sticker「Taiwan Meme Cat」from Instagram:@taiwanmemecat

How To Use

  1. Simply click on the green「Code」button on top right
  2. click「Open with Xcode」
  3. Having fun to explore this Google Blogger iOS App!

if nothing happen:

  • Download this repository via git clone
git clone https://github.com/5j54d93/SwiftUI-TaiwanMemeCat --depth

Change Color

If you would like to custom your own cat, you could follow the following step to change color!

Cat's Color

Line 41Line 53Line 62Line 74Line 90Line 102 of ContentView.swift

change

.fill(Color(red: 220/256, green: 220/256, blue: 220/256))

to

.fill(Color(red: 254/256, green: 250/256, blue: 231/256))

Cat's Spot & Whiskers

Line 158 & Line 163 of ContentView.swift

change

.fill(Color(red: 148/256, green: 148/256, blue: 148/256))

to

.fill(Color(red: 236/256, green: 210/256, blue: 141/256))

And you'll get a yellow cat!

License:MIT

This package is MIT licensed.