Skip to content

Commit

Permalink
Updated segmented control demo
Browse files Browse the repository at this point in the history
  • Loading branch information
Dumitru Igor committed Mar 16, 2023
1 parent 6cbe53e commit f42fe49
Show file tree
Hide file tree
Showing 19 changed files with 105 additions and 173 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"location" : "https://github.com/dumitruigor/TTSegmentedControl",
"state" : {
"branch" : "swiftPackage",
"revision" : "e22859b9ab5b2a9a4aef934eaedcbe76ed80dcf9"
"revision" : "6cbe53e32fe5fe722020cb833d5bc7f3721314d1"
}
}
],
Expand Down
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
{
"images" : [
{
"filename" : "facebook_selected.png",
"idiom" : "universal",
"scale" : "1x"
},
{
"filename" : "billling_normal@2x.png",
"idiom" : "universal",
"scale" : "2x"
},
{
"filename" : "billling_normal@3x.png",
"idiom" : "universal",
"scale" : "3x"
}
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.

This file was deleted.

Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
{
"images" : [
{
"filename" : "twitter_selected.svg",
"idiom" : "universal",
"scale" : "1x"
},
{
"filename" : "settings_normal@2x.png",
"idiom" : "universal",
"scale" : "2x"
},
{
"filename" : "settings_normal@3x.png",
"idiom" : "universal",
"scale" : "3x"
}
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

This file was deleted.

This file was deleted.

Binary file not shown.

This file was deleted.

Binary file not shown.

This file was deleted.

Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
//

import UIKit

import SwiftUI
extension UIFont {
struct SFProText {
static func medium(size: CGFloat) -> UIFont {
Expand All @@ -32,3 +32,11 @@ extension UIFont {
}
}
}

extension Font {
struct SFProText {
static func medium(size: CGFloat) -> Font {
Font.custom("SFProText-Medium", size: size)
}
}
}
Loading

0 comments on commit f42fe49

Please sign in to comment.
  NODES
COMMUNITY 1
Note 1
Project 6
twitter 16
USERS 1