Skip to content

Commit

Permalink
add par
Browse files Browse the repository at this point in the history
  • Loading branch information
itjhDev committed May 24, 2024
1 parent 9fca10f commit c906d47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions TouTiao/Main2ViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ class Main2ViewController: UIViewController {
var cons:[UIViewController] = [UIViewController]()

var controllerArray : [UIViewController] = []
var controllerArray2 : [UIViewController] = []

// Do any additional setup after loading the view.
let aStoryboard = UIStoryboard(name: "Main", bundle:Bundle.main)
Expand Down
1 change: 1 addition & 0 deletions TouTiao/UIColor-Extension.swift
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ extension UIColor {
let index = rgba.characters.index(rgba.startIndex, offsetBy: 1)
let hex = rgba.substring(from: index)
let scanner = Scanner(string: hex)
let scanner2 = Scanner(string: hex)
var hexValue: CUnsignedLongLong = 0
if scanner.scanHexInt64(&hexValue) {
switch (hex.characters.count) {
Expand Down

0 comments on commit c906d47

Please sign in to comment.