@momo-kits/native-kits 0.162.2-beta.26-debug → 0.162.2-beta.27-debug
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CLAUDE.md +1 -1
- package/compose/build.gradle.kts +1 -1
- package/compose/compose.podspec +1 -1
- package/compose/src/commonMain/kotlin/vn/momo/kits/application/Context.kt +0 -5
- package/compose/src/commonMain/kotlin/vn/momo/kits/application/HeaderRight.kt +1 -1
- package/compose/src/commonMain/kotlin/vn/momo/kits/application/NavigationContainer.kt +0 -3
- package/compose/src/commonMain/kotlin/vn/momo/kits/components/IconButton.kt +55 -40
- package/compose/src/commonMain/kotlin/vn/momo/kits/components/ScaleSizeScope.kt +0 -4
- package/compose/src/commonMain/kotlin/vn/momo/kits/const/Typography.kt +2 -8
- package/compose/src/commonMain/kotlin/vn/momo/kits/navigation/NavigationContainer.kt +75 -93
- package/gradle.properties +1 -1
- package/ios/Application/ApplicationEnvironment.swift +0 -11
- package/ios/Application/Components.swift +44 -34
- package/ios/Application/FloatingButton.swift +9 -10
- package/ios/Application/HeaderRight.swift +45 -79
- package/ios/Application/Screen.swift +1 -2
- package/ios/Badge/Badge.swift +14 -11
- package/ios/Badge/BadgeRibbon.swift +21 -12
- package/ios/Button/Button.swift +22 -61
- package/ios/Checkbox/Checkbox.swift +13 -14
- package/ios/Chip/Chip.swift +9 -23
- package/ios/Colors+Radius+Spacing/Colors.swift +12 -12
- package/ios/Extensions/Color++.swift +0 -32
- package/ios/Icon/Icon.swift +1 -6
- package/ios/Input/Input.swift +25 -41
- package/ios/Input/InputPhoneNumber.swift +19 -20
- package/ios/Input/InputSearch.swift +47 -100
- package/ios/Input/InputTextArea.swift +40 -66
- package/ios/Popup/PopupDisplay.swift +16 -8
- package/ios/Popup/PopupInput.swift +8 -2
- package/ios/Swipeable/SwipeCell.swift +0 -185
- package/ios/Swipeable/SwipeCellModel.swift +0 -21
- package/ios/Typography/Text.swift +5 -79
- package/ios/Typography/Typography.swift +0 -3
- package/ios/native-kits.podspec +8 -61
- package/package.json +1 -1
- package/publish.sh +0 -50
- package/.claude/settings.local.json +0 -39
- package/compose/src/androidMain/kotlin/vn/momo/kits/platform/OsFontScale.android.kt +0 -7
- package/compose/src/commonMain/kotlin/vn/momo/kits/application/WidgetContainer.kt +0 -56
- package/compose/src/commonMain/kotlin/vn/momo/kits/const/KitFontScale.kt +0 -22
- package/compose/src/commonMain/kotlin/vn/momo/kits/platform/OsFontScale.kt +0 -9
- package/compose/src/iosMain/kotlin/vn/momo/kits/platform/OsFontScale.ios.kt +0 -66
- package/ios/Application/Navigation/BottomTab/BottomTab.swift +0 -103
- package/ios/Application/Navigation/BottomTab/BottomTabBar.swift +0 -215
- package/ios/Application/Navigation/BottomTab/CurvedContainer.swift +0 -65
- package/ios/Application/Navigation/HeaderBackProps.swift +0 -66
- package/ios/Application/Navigation/HeaderTitle.swift +0 -57
- package/ios/Application/Navigation/HeaderUser.swift +0 -209
- package/ios/Application/Navigation/NavigationContainer.swift +0 -176
- package/ios/Application/Navigation/NavigationOptions.swift +0 -109
- package/ios/Application/Navigation/Navigator.swift +0 -364
- package/ios/Application/Navigation/Overplay/BottomSheet.swift +0 -188
- package/ios/Application/Navigation/Overplay/ModalScreen.swift +0 -68
- package/ios/Application/Navigation/Overplay/SnackBar.swift +0 -144
- package/ios/Application/Navigation/component/Header.swift +0 -178
- package/ios/Application/Navigation/component/HeaderBackground.swift +0 -83
- package/ios/Application/Navigation/component/HeaderColor.swift +0 -65
- package/ios/Application/StackScreen.swift +0 -453
- package/ios/Avatar/Avatar.swift +0 -193
- package/ios/BaselineView/BaselineView.swift +0 -163
- package/ios/Carousel/Carousel.swift +0 -181
- package/ios/Collapse/Collapse.swift +0 -182
- package/ios/Colors+Radius+Spacing/Theme.swift +0 -295
- package/ios/DateTimePicker/DateTimePicker.swift +0 -210
- package/ios/DateTimePicker/DateTimePickerTypes.swift +0 -55
- package/ios/DateTimePicker/DateTimePickerUtils.swift +0 -167
- package/ios/DateTimePicker/WheelPicker.swift +0 -161
- package/ios/Divider/Divider.swift +0 -16
- package/ios/IconButton/IconButton.swift +0 -112
- package/ios/InputDropDown/InputDropDown.swift +0 -198
- package/ios/InputMoney/InputMoney.swift +0 -335
- package/ios/InputOTP/InputOTP.swift +0 -210
- package/ios/Loader/Loader.swift +0 -113
- package/ios/MoMoUIKits.podspec +0 -5
- package/ios/Pagination/PaginationDot.swift +0 -61
- package/ios/Pagination/PaginationNumber.swift +0 -35
- package/ios/Pagination/PaginationScroll.swift +0 -101
- package/ios/Pagination/PaginationWhiteDot.swift +0 -37
- package/ios/Popup/PopupNotify.swift +0 -219
- package/ios/ProgressInfo/ProgressInfo.swift +0 -294
- package/ios/Radio/Radio.swift +0 -70
- package/ios/Rating/Rating.swift +0 -82
- package/ios/Resources/MoMoUIKitsColors.xcassets/AccentColor.colorset/Contents.json +0 -11
- package/ios/Resources/MoMoUIKitsColors.xcassets/Background.colorset/Contents.json +0 -38
- package/ios/Resources/MoMoUIKitsColors.xcassets/Border.colorset/Contents.json +0 -38
- package/ios/Resources/MoMoUIKitsColors.xcassets/Card.colorset/Contents.json +0 -38
- package/ios/Resources/MoMoUIKitsColors.xcassets/Contents.json +0 -6
- package/ios/Resources/MoMoUIKitsColors.xcassets/Error.colorset/Contents.json +0 -38
- package/ios/Resources/MoMoUIKitsColors.xcassets/Primary.colorset/Contents.json +0 -38
- package/ios/Resources/MoMoUIKitsColors.xcassets/PrimaryDark.colorset/Contents.json +0 -38
- package/ios/Resources/MoMoUIKitsColors.xcassets/PrimaryLight.colorset/Contents.json +0 -38
- package/ios/Resources/MoMoUIKitsColors.xcassets/Secondary.colorset/Contents.json +0 -38
- package/ios/Resources/MoMoUIKitsColors.xcassets/Success.colorset/Contents.json +0 -38
- package/ios/Resources/MoMoUIKitsColors.xcassets/Text.colorset/Contents.json +0 -38
- package/ios/Resources/MoMoUIKitsColors.xcassets/TextSecondary.colorset/Contents.json +0 -38
- package/ios/Resources/MoMoUIKitsColors.xcassets/ThemeColors/Contents.json +0 -9
- package/ios/Resources/MoMoUIKitsColors.xcassets/ThemeColors/background-default.colorset/Contents.json +0 -38
- package/ios/Resources/MoMoUIKitsColors.xcassets/ThemeColors/background-disable.colorset/Contents.json +0 -38
- package/ios/Resources/MoMoUIKitsColors.xcassets/ThemeColors/background-pressed.colorset/Contents.json +0 -38
- package/ios/Resources/MoMoUIKitsColors.xcassets/ThemeColors/background-selected.colorset/Contents.json +0 -38
- package/ios/Resources/MoMoUIKitsColors.xcassets/ThemeColors/background-surface.colorset/Contents.json +0 -38
- package/ios/Resources/MoMoUIKitsColors.xcassets/ThemeColors/background-tonal.colorset/Contents.json +0 -38
- package/ios/Resources/MoMoUIKitsColors.xcassets/ThemeColors/border-default.colorset/Contents.json +0 -38
- package/ios/Resources/MoMoUIKitsColors.xcassets/ThemeColors/border-disable.colorset/Contents.json +0 -38
- package/ios/Resources/MoMoUIKitsColors.xcassets/ThemeColors/gradient.colorset/Contents.json +0 -38
- package/ios/Resources/MoMoUIKitsColors.xcassets/ThemeColors/primary.colorset/Contents.json +0 -38
- package/ios/Resources/MoMoUIKitsColors.xcassets/ThemeColors/secondary.colorset/Contents.json +0 -38
- package/ios/Resources/MoMoUIKitsColors.xcassets/ThemeColors/success-container.colorset/Contents.json +0 -38
- package/ios/Resources/MoMoUIKitsColors.xcassets/ThemeColors/success-primary.colorset/Contents.json +0 -38
- package/ios/Resources/MoMoUIKitsColors.xcassets/ThemeColors/success-secondary.colorset/Contents.json +0 -38
- package/ios/Resources/MoMoUIKitsColors.xcassets/ThemeColors/text-default.colorset/Contents.json +0 -38
- package/ios/Resources/MoMoUIKitsColors.xcassets/ThemeColors/text-disable.colorset/Contents.json +0 -38
- package/ios/Resources/MoMoUIKitsColors.xcassets/ThemeColors/text-hint.colorset/Contents.json +0 -38
- package/ios/Resources/MoMoUIKitsColors.xcassets/ThemeColors/text-secondary.colorset/Contents.json +0 -38
- package/ios/Resources/MoMoUIKitsColors.xcassets/Warning.colorset/Contents.json +0 -38
- package/ios/Skeleton/Skeleton.swift +0 -99
- package/ios/Slider/Slider.swift +0 -237
- package/ios/Stepper/Stepper.swift +0 -220
- package/ios/Steps/Steps.swift +0 -451
- package/ios/SuggestAction/SuggestAction.swift +0 -97
- package/ios/TabView/TabView.swift +0 -530
- package/ios/Tag/Tag.swift +0 -98
- package/ios/Title/Title.swift +0 -269
- package/ios/Tooltip/Tooltip.swift +0 -482
- package/ios/Typography/FontScaleStore.swift +0 -19
- package/ios/Uploader/Uploader.swift +0 -183
- package/ios-demo/MoMoUIKitsDemo.podspec +0 -20
- package/ios-demo/README.md +0 -120
- package/ios-demo/Resources/dot_loading.json +0 -558
- package/ios-demo/Resources/icon.json +0 -4052
- package/ios-demo/Resources/lottie_circle_loader.json +0 -1
- package/ios-demo/Sources/MoMoUIKitsDemo/DemoScaffold.swift +0 -48
- package/ios-demo/Sources/MoMoUIKitsDemo/Demos/UIKitsBadgeDemoView.swift +0 -25
- package/ios-demo/Sources/MoMoUIKitsDemo/Demos/UIKitsButtonDemoView.swift +0 -26
- package/ios-demo/Sources/MoMoUIKitsDemo/Demos/UIKitsCheckboxDemoView.swift +0 -19
- package/ios-demo/Sources/MoMoUIKitsDemo/Demos/UIKitsChipDemoView.swift +0 -33
- package/ios-demo/Sources/MoMoUIKitsDemo/Demos/UIKitsInputDemoView.swift +0 -48
- package/ios-demo/Sources/MoMoUIKitsDemo/Demos/UIKitsPopupDemoView.swift +0 -21
- package/ios-demo/Sources/MoMoUIKitsDemo/Demos/UIKitsRadioDemoView.swift +0 -17
- package/ios-demo/Sources/MoMoUIKitsDemo/Demos/UIKitsTypographyDemoView.swift +0 -28
- package/ios-demo/Sources/MoMoUIKitsDemo/MoMoUIKitsDemoContext.swift +0 -31
- package/ios-demo/Sources/MoMoUIKitsDemo/MoMoUIKitsDemoFactory.swift +0 -24
- package/ios-demo/Sources/MoMoUIKitsDemo/SampleDemos/AnimatedHeaderDemo.swift +0 -110
- package/ios-demo/Sources/MoMoUIKitsDemo/SampleDemos/AvatarDemo.swift +0 -93
- package/ios-demo/Sources/MoMoUIKitsDemo/SampleDemos/BadgeDemo.swift +0 -269
- package/ios-demo/Sources/MoMoUIKitsDemo/SampleDemos/BaselineView.swift +0 -117
- package/ios-demo/Sources/MoMoUIKitsDemo/SampleDemos/BottomTabDemo.swift +0 -89
- package/ios-demo/Sources/MoMoUIKitsDemo/SampleDemos/ButtonDemo.swift +0 -100
- package/ios-demo/Sources/MoMoUIKitsDemo/SampleDemos/CarouselDemo.swift +0 -126
- package/ios-demo/Sources/MoMoUIKitsDemo/SampleDemos/CheckboxDemo.swift +0 -63
- package/ios-demo/Sources/MoMoUIKitsDemo/SampleDemos/ChipDemo.swift +0 -20
- package/ios-demo/Sources/MoMoUIKitsDemo/SampleDemos/CollapseDemo.swift +0 -93
- package/ios-demo/Sources/MoMoUIKitsDemo/SampleDemos/ContentView.swift +0 -107
- package/ios-demo/Sources/MoMoUIKitsDemo/SampleDemos/DateTimePickerDemo.swift +0 -124
- package/ios-demo/Sources/MoMoUIKitsDemo/SampleDemos/DividerDemo.swift +0 -14
- package/ios-demo/Sources/MoMoUIKitsDemo/SampleDemos/HeaderUserDemo.swift +0 -49
- package/ios-demo/Sources/MoMoUIKitsDemo/SampleDemos/Home.swift +0 -278
- package/ios-demo/Sources/MoMoUIKitsDemo/SampleDemos/IconButtonDemo.swift +0 -58
- package/ios-demo/Sources/MoMoUIKitsDemo/SampleDemos/ImageDemo.swift +0 -78
- package/ios-demo/Sources/MoMoUIKitsDemo/SampleDemos/InformationDemo.swift +0 -138
- package/ios-demo/Sources/MoMoUIKitsDemo/SampleDemos/InputDemo.swift +0 -111
- package/ios-demo/Sources/MoMoUIKitsDemo/SampleDemos/InputDropDownDemo.swift +0 -136
- package/ios-demo/Sources/MoMoUIKitsDemo/SampleDemos/InputMoneyDemo.swift +0 -107
- package/ios-demo/Sources/MoMoUIKitsDemo/SampleDemos/InputOTPDemo.swift +0 -73
- package/ios-demo/Sources/MoMoUIKitsDemo/SampleDemos/InputPhoneNumberDemo.swift +0 -100
- package/ios-demo/Sources/MoMoUIKitsDemo/SampleDemos/InputSearchDemo.swift +0 -32
- package/ios-demo/Sources/MoMoUIKitsDemo/SampleDemos/InputTextAreaDemo.swift +0 -57
- package/ios-demo/Sources/MoMoUIKitsDemo/SampleDemos/LoaderDemo.swift +0 -70
- package/ios-demo/Sources/MoMoUIKitsDemo/SampleDemos/NavigationDemo.swift +0 -227
- package/ios-demo/Sources/MoMoUIKitsDemo/SampleDemos/PaginationDemo.swift +0 -72
- package/ios-demo/Sources/MoMoUIKitsDemo/SampleDemos/PopupDisplayDemo.swift +0 -175
- package/ios-demo/Sources/MoMoUIKitsDemo/SampleDemos/PopupNotifyDemo.swift +0 -121
- package/ios-demo/Sources/MoMoUIKitsDemo/SampleDemos/PopupPromotionDemo.swift +0 -76
- package/ios-demo/Sources/MoMoUIKitsDemo/SampleDemos/ProgressInfoDemo.swift +0 -89
- package/ios-demo/Sources/MoMoUIKitsDemo/SampleDemos/RadioDemo.swift +0 -32
- package/ios-demo/Sources/MoMoUIKitsDemo/SampleDemos/RatingDemo.swift +0 -56
- package/ios-demo/Sources/MoMoUIKitsDemo/SampleDemos/SkeletonDemo.swift +0 -32
- package/ios-demo/Sources/MoMoUIKitsDemo/SampleDemos/SliderDemo.swift +0 -150
- package/ios-demo/Sources/MoMoUIKitsDemo/SampleDemos/SnackBarDemo.swift +0 -138
- package/ios-demo/Sources/MoMoUIKitsDemo/SampleDemos/StepperDemo.swift +0 -103
- package/ios-demo/Sources/MoMoUIKitsDemo/SampleDemos/StepsDemo.swift +0 -94
- package/ios-demo/Sources/MoMoUIKitsDemo/SampleDemos/SuggestActionDemo.swift +0 -79
- package/ios-demo/Sources/MoMoUIKitsDemo/SampleDemos/SwipeDemo.swift +0 -152
- package/ios-demo/Sources/MoMoUIKitsDemo/SampleDemos/SwitchDemo.swift +0 -33
- package/ios-demo/Sources/MoMoUIKitsDemo/SampleDemos/TabViewDemo.swift +0 -190
- package/ios-demo/Sources/MoMoUIKitsDemo/SampleDemos/TagDemo.swift +0 -34
- package/ios-demo/Sources/MoMoUIKitsDemo/SampleDemos/ThemeDemo.swift +0 -182
- package/ios-demo/Sources/MoMoUIKitsDemo/SampleDemos/TitleDemo.swift +0 -109
- package/ios-demo/Sources/MoMoUIKitsDemo/SampleDemos/TooltipDemo.swift +0 -187
- package/ios-demo/Sources/MoMoUIKitsDemo/SampleDemos/TypographyDemo.swift +0 -87
- package/ios-demo/Sources/MoMoUIKitsDemo/SampleDemos/UploaderDemo.swift +0 -131
- package/ios-demo/Sources/MoMoUIKitsDemo/SwiftUIDemoBrowserView.swift +0 -51
- package/ios-demo/Sources/MoMoUIKitsDemo/UIKitsDemoModels.swift +0 -15
- package/ios-demo/Sources/MoMoUIKitsDemo/UIKitsDemoRegistry.swift +0 -73
- package/local.properties +0 -8
- package/scripts/gen-ios-color.mjs +0 -136
|
@@ -1,97 +0,0 @@
|
|
|
1
|
-
import SwiftUI
|
|
2
|
-
import Foundation
|
|
3
|
-
|
|
4
|
-
public struct SuggestAction: View {
|
|
5
|
-
@Environment(\.appTheme) private var theme
|
|
6
|
-
|
|
7
|
-
private let message: String
|
|
8
|
-
private let buttonTitle: String
|
|
9
|
-
private let boldMessage: String
|
|
10
|
-
private let image: String
|
|
11
|
-
private let visible: Bool
|
|
12
|
-
private let onClose: () -> Void
|
|
13
|
-
private let onPressButton: () -> Void
|
|
14
|
-
|
|
15
|
-
public init(
|
|
16
|
-
message: String,
|
|
17
|
-
buttonTitle: String,
|
|
18
|
-
boldMessage: String = "",
|
|
19
|
-
image: String = "",
|
|
20
|
-
visible: Bool = false,
|
|
21
|
-
onClose: @escaping () -> Void = {},
|
|
22
|
-
onPressButton: @escaping () -> Void = {}
|
|
23
|
-
) {
|
|
24
|
-
self.message = message
|
|
25
|
-
self.buttonTitle = buttonTitle
|
|
26
|
-
self.boldMessage = boldMessage
|
|
27
|
-
self.image = image
|
|
28
|
-
self.visible = visible
|
|
29
|
-
self.onClose = onClose
|
|
30
|
-
self.onPressButton = onPressButton
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
// Builds an attributed string with `boldMessage` (case-insensitive) emphasized.
|
|
34
|
-
private var annotatedMessage: AttributedString {
|
|
35
|
-
let baseFont = Font.system(size: scaleSize(TypographyStyle.bodyDefaultRegular.fontSize), weight: .regular)
|
|
36
|
-
var attributed = AttributedString(message)
|
|
37
|
-
attributed.font = baseFont
|
|
38
|
-
|
|
39
|
-
guard !boldMessage.isEmpty,
|
|
40
|
-
let range = message.range(of: boldMessage, options: .caseInsensitive)
|
|
41
|
-
else {
|
|
42
|
-
return attributed
|
|
43
|
-
}
|
|
44
|
-
|
|
45
|
-
if let boldRange = Range(range, in: attributed) {
|
|
46
|
-
attributed[boldRange].font = Font.system(
|
|
47
|
-
size: scaleSize(TypographyStyle.bodyDefaultRegular.fontSize),
|
|
48
|
-
weight: .bold
|
|
49
|
-
)
|
|
50
|
-
}
|
|
51
|
-
return attributed
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
public var body: some View {
|
|
55
|
-
Group {
|
|
56
|
-
if visible {
|
|
57
|
-
HStack(spacing: 0) {
|
|
58
|
-
if !image.isEmpty {
|
|
59
|
-
ImageView(image)
|
|
60
|
-
.frame(width: 32, height: 32)
|
|
61
|
-
.clipShape(RoundedRectangle(cornerRadius: Radius.XS, style: .continuous))
|
|
62
|
-
Spacer().frame(width: Spacing.S)
|
|
63
|
-
}
|
|
64
|
-
|
|
65
|
-
Text(annotatedMessage)
|
|
66
|
-
.foregroundColor(theme.colors.text.default)
|
|
67
|
-
.frame(maxWidth: .infinity, alignment: .leading)
|
|
68
|
-
.padding(.trailing, Spacing.M)
|
|
69
|
-
|
|
70
|
-
Button(
|
|
71
|
-
title: buttonTitle,
|
|
72
|
-
action: { onPressButton() },
|
|
73
|
-
type: .tonal,
|
|
74
|
-
size: .small,
|
|
75
|
-
isFull: false
|
|
76
|
-
)
|
|
77
|
-
|
|
78
|
-
Spacer().frame(width: Spacing.S)
|
|
79
|
-
|
|
80
|
-
Icon(source: "navigation_close", size: 24, color: theme.colors.text.default)
|
|
81
|
-
.contentShape(Rectangle())
|
|
82
|
-
.onTapGesture { onClose() }
|
|
83
|
-
}
|
|
84
|
-
.padding(Spacing.M)
|
|
85
|
-
.frame(maxWidth: .infinity)
|
|
86
|
-
.background(
|
|
87
|
-
RoundedRectangle(cornerRadius: Radius.S, style: .continuous)
|
|
88
|
-
.fill(theme.colors.background.surface)
|
|
89
|
-
)
|
|
90
|
-
.clipShape(RoundedRectangle(cornerRadius: Radius.S, style: .continuous))
|
|
91
|
-
.shadow(color: theme.colors.text.default.opacity(0.12), radius: 8, x: 0, y: 4)
|
|
92
|
-
.transition(.opacity)
|
|
93
|
-
}
|
|
94
|
-
}
|
|
95
|
-
.animation(.easeInOut, value: visible)
|
|
96
|
-
}
|
|
97
|
-
}
|
|
@@ -1,530 +0,0 @@
|
|
|
1
|
-
import SwiftUI
|
|
2
|
-
|
|
3
|
-
// ---------------------------------------------------------------------------
|
|
4
|
-
// Style enums (prefixed with `Tab` to avoid collisions with existing public
|
|
5
|
-
// types like ButtonSize / InputSize / TagColor)
|
|
6
|
-
// ---------------------------------------------------------------------------
|
|
7
|
-
|
|
8
|
-
public enum TabViewType {
|
|
9
|
-
case `default`
|
|
10
|
-
case card
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
public enum TabViewDirection {
|
|
14
|
-
case row
|
|
15
|
-
case column
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
// ---------------------------------------------------------------------------
|
|
19
|
-
// Data model — mirrors Compose `TabViewItem`
|
|
20
|
-
// ---------------------------------------------------------------------------
|
|
21
|
-
|
|
22
|
-
public struct TabViewItem {
|
|
23
|
-
public let title: String
|
|
24
|
-
public let icon: String?
|
|
25
|
-
public let renderIcon: ((Bool) -> AnyView)?
|
|
26
|
-
public let showDot: Bool
|
|
27
|
-
public let dotSize: DotSize
|
|
28
|
-
public let badgeValue: String?
|
|
29
|
-
public let accessibilityLabel: String?
|
|
30
|
-
public let content: AnyView
|
|
31
|
-
|
|
32
|
-
public init(
|
|
33
|
-
title: String,
|
|
34
|
-
icon: String? = nil,
|
|
35
|
-
renderIcon: ((Bool) -> AnyView)? = nil,
|
|
36
|
-
showDot: Bool = false,
|
|
37
|
-
dotSize: DotSize = .small,
|
|
38
|
-
badgeValue: String? = nil,
|
|
39
|
-
accessibilityLabel: String? = nil,
|
|
40
|
-
@ViewBuilder content: () -> some View
|
|
41
|
-
) {
|
|
42
|
-
self.title = title
|
|
43
|
-
self.icon = icon
|
|
44
|
-
self.renderIcon = renderIcon
|
|
45
|
-
self.showDot = showDot
|
|
46
|
-
self.dotSize = dotSize
|
|
47
|
-
self.badgeValue = badgeValue
|
|
48
|
-
self.accessibilityLabel = accessibilityLabel
|
|
49
|
-
self.content = AnyView(content())
|
|
50
|
-
}
|
|
51
|
-
|
|
52
|
-
/// Convenience init for tabs without slot content (Compose default `content = {}`).
|
|
53
|
-
public init(
|
|
54
|
-
title: String,
|
|
55
|
-
icon: String? = nil,
|
|
56
|
-
renderIcon: ((Bool) -> AnyView)? = nil,
|
|
57
|
-
showDot: Bool = false,
|
|
58
|
-
dotSize: DotSize = .small,
|
|
59
|
-
badgeValue: String? = nil,
|
|
60
|
-
accessibilityLabel: String? = nil
|
|
61
|
-
) {
|
|
62
|
-
self.init(
|
|
63
|
-
title: title,
|
|
64
|
-
icon: icon,
|
|
65
|
-
renderIcon: renderIcon,
|
|
66
|
-
showDot: showDot,
|
|
67
|
-
dotSize: dotSize,
|
|
68
|
-
badgeValue: badgeValue,
|
|
69
|
-
accessibilityLabel: accessibilityLabel,
|
|
70
|
-
content: { EmptyView() }
|
|
71
|
-
)
|
|
72
|
-
}
|
|
73
|
-
}
|
|
74
|
-
|
|
75
|
-
// ---------------------------------------------------------------------------
|
|
76
|
-
// Public component — named `MomoTabView` to avoid shadowing SwiftUI.TabView
|
|
77
|
-
// ---------------------------------------------------------------------------
|
|
78
|
-
|
|
79
|
-
public struct MomoTabView: View {
|
|
80
|
-
@Environment(\.appTheme) private var theme
|
|
81
|
-
|
|
82
|
-
private let tabs: [TabViewItem]
|
|
83
|
-
private let type: TabViewType
|
|
84
|
-
private let scrollable: Bool
|
|
85
|
-
private let fitContent: Bool
|
|
86
|
-
private let selectedColor: Color?
|
|
87
|
-
private let unselectedColor: Color?
|
|
88
|
-
private let direction: TabViewDirection
|
|
89
|
-
private let userScrollEnabled: Bool
|
|
90
|
-
private let onPressTabItem: (Int) -> Void
|
|
91
|
-
private let onPageSelected: (Int) -> Void
|
|
92
|
-
|
|
93
|
-
@State private var selectedIndex: Int
|
|
94
|
-
|
|
95
|
-
public init(
|
|
96
|
-
tabs: [TabViewItem],
|
|
97
|
-
initialPage: Int = 0,
|
|
98
|
-
type: TabViewType = .default,
|
|
99
|
-
scrollable: Bool = false,
|
|
100
|
-
fitContent: Bool = false,
|
|
101
|
-
selectedColor: Color? = nil,
|
|
102
|
-
unselectedColor: Color? = nil,
|
|
103
|
-
direction: TabViewDirection = .row,
|
|
104
|
-
userScrollEnabled: Bool = true,
|
|
105
|
-
onPressTabItem: @escaping (Int) -> Void = { _ in },
|
|
106
|
-
onPageSelected: @escaping (Int) -> Void = { _ in }
|
|
107
|
-
) {
|
|
108
|
-
self.tabs = tabs
|
|
109
|
-
self.type = type
|
|
110
|
-
self.scrollable = scrollable
|
|
111
|
-
self.fitContent = fitContent
|
|
112
|
-
self.selectedColor = selectedColor
|
|
113
|
-
self.unselectedColor = unselectedColor
|
|
114
|
-
self.direction = direction
|
|
115
|
-
self.userScrollEnabled = userScrollEnabled
|
|
116
|
-
self.onPressTabItem = onPressTabItem
|
|
117
|
-
self.onPageSelected = onPageSelected
|
|
118
|
-
let start = tabs.isEmpty ? 0 : min(max(initialPage, 0), tabs.count - 1)
|
|
119
|
-
_selectedIndex = State(initialValue: start)
|
|
120
|
-
}
|
|
121
|
-
|
|
122
|
-
private var resolvedSelectedColor: Color { selectedColor ?? theme.colors.primary }
|
|
123
|
-
private var resolvedUnselectedColor: Color { unselectedColor ?? theme.colors.text.default }
|
|
124
|
-
|
|
125
|
-
public var body: some View {
|
|
126
|
-
if tabs.isEmpty {
|
|
127
|
-
EmptyView()
|
|
128
|
-
} else {
|
|
129
|
-
VStack(spacing: 0) {
|
|
130
|
-
tabBar
|
|
131
|
-
|
|
132
|
-
if fitContent {
|
|
133
|
-
tabs[safe: selectedIndex]?.content
|
|
134
|
-
.frame(maxWidth: .infinity)
|
|
135
|
-
} else {
|
|
136
|
-
pager
|
|
137
|
-
}
|
|
138
|
-
}
|
|
139
|
-
.frame(maxWidth: .infinity)
|
|
140
|
-
}
|
|
141
|
-
}
|
|
142
|
-
|
|
143
|
-
// MARK: - Tab bar dispatch
|
|
144
|
-
|
|
145
|
-
@ViewBuilder
|
|
146
|
-
private var tabBar: some View {
|
|
147
|
-
switch type {
|
|
148
|
-
case .card:
|
|
149
|
-
CardTabBar(
|
|
150
|
-
tabs: tabs,
|
|
151
|
-
selectedIndex: selectedIndex,
|
|
152
|
-
selectedColor: resolvedSelectedColor,
|
|
153
|
-
unselectedColor: resolvedUnselectedColor,
|
|
154
|
-
direction: direction,
|
|
155
|
-
onPress: onTabPressed
|
|
156
|
-
)
|
|
157
|
-
case .default:
|
|
158
|
-
if scrollable {
|
|
159
|
-
ScrollableTabBar(
|
|
160
|
-
tabs: tabs,
|
|
161
|
-
selectedIndex: selectedIndex,
|
|
162
|
-
selectedColor: resolvedSelectedColor,
|
|
163
|
-
unselectedColor: resolvedUnselectedColor,
|
|
164
|
-
direction: direction,
|
|
165
|
-
onPress: onTabPressed
|
|
166
|
-
)
|
|
167
|
-
} else {
|
|
168
|
-
DefaultTabBar(
|
|
169
|
-
tabs: tabs,
|
|
170
|
-
selectedIndex: selectedIndex,
|
|
171
|
-
selectedColor: resolvedSelectedColor,
|
|
172
|
-
unselectedColor: resolvedUnselectedColor,
|
|
173
|
-
direction: direction,
|
|
174
|
-
onPress: onTabPressed
|
|
175
|
-
)
|
|
176
|
-
}
|
|
177
|
-
}
|
|
178
|
-
}
|
|
179
|
-
|
|
180
|
-
// MARK: - Pager content
|
|
181
|
-
|
|
182
|
-
@ViewBuilder
|
|
183
|
-
private var pager: some View {
|
|
184
|
-
if userScrollEnabled {
|
|
185
|
-
SwiftUI.TabView(selection: $selectedIndex) {
|
|
186
|
-
ForEach(tabs.indices, id: \.self) { index in
|
|
187
|
-
tabs[index].content
|
|
188
|
-
.frame(maxWidth: .infinity, maxHeight: .infinity, alignment: .topLeading)
|
|
189
|
-
.tag(index)
|
|
190
|
-
}
|
|
191
|
-
}
|
|
192
|
-
.tabViewStyle(.page(indexDisplayMode: .never))
|
|
193
|
-
.frame(maxWidth: .infinity, maxHeight: .infinity)
|
|
194
|
-
.onChange(of: selectedIndex) { newValue in
|
|
195
|
-
onPageSelected(newValue)
|
|
196
|
-
}
|
|
197
|
-
} else {
|
|
198
|
-
tabs[safe: selectedIndex]?.content
|
|
199
|
-
.frame(maxWidth: .infinity, maxHeight: .infinity, alignment: .topLeading)
|
|
200
|
-
}
|
|
201
|
-
}
|
|
202
|
-
|
|
203
|
-
// MARK: - Selection
|
|
204
|
-
|
|
205
|
-
private func onTabPressed(_ index: Int) {
|
|
206
|
-
onPressTabItem(index)
|
|
207
|
-
withAnimation(.easeInOut(duration: 0.2)) {
|
|
208
|
-
selectedIndex = index
|
|
209
|
-
}
|
|
210
|
-
if fitContent || !userScrollEnabled {
|
|
211
|
-
onPageSelected(index)
|
|
212
|
-
}
|
|
213
|
-
}
|
|
214
|
-
}
|
|
215
|
-
|
|
216
|
-
// ---------------------------------------------------------------------------
|
|
217
|
-
// Default fixed-width tab bar (equal-width items + animated underline)
|
|
218
|
-
// ---------------------------------------------------------------------------
|
|
219
|
-
|
|
220
|
-
private struct DefaultTabBar: View {
|
|
221
|
-
@Environment(\.appTheme) private var theme
|
|
222
|
-
|
|
223
|
-
let tabs: [TabViewItem]
|
|
224
|
-
let selectedIndex: Int
|
|
225
|
-
let selectedColor: Color
|
|
226
|
-
let unselectedColor: Color
|
|
227
|
-
let direction: TabViewDirection
|
|
228
|
-
let onPress: (Int) -> Void
|
|
229
|
-
|
|
230
|
-
var body: some View {
|
|
231
|
-
GeometryReader { geo in
|
|
232
|
-
let itemWidth = tabs.isEmpty ? 0 : geo.size.width / CGFloat(tabs.count)
|
|
233
|
-
let indicatorWidth = max(itemWidth - Spacing.XS * 2, 0)
|
|
234
|
-
let indicatorX = itemWidth * CGFloat(selectedIndex) + Spacing.XS
|
|
235
|
-
|
|
236
|
-
ZStack(alignment: .bottomLeading) {
|
|
237
|
-
HStack(spacing: 0) {
|
|
238
|
-
ForEach(tabs.indices, id: \.self) { index in
|
|
239
|
-
TabItemView(
|
|
240
|
-
tab: tabs[index],
|
|
241
|
-
active: selectedIndex == index,
|
|
242
|
-
selectedColor: selectedColor,
|
|
243
|
-
unselectedColor: unselectedColor,
|
|
244
|
-
direction: direction,
|
|
245
|
-
scrollable: false,
|
|
246
|
-
onPress: { onPress(index) }
|
|
247
|
-
)
|
|
248
|
-
.frame(maxWidth: .infinity)
|
|
249
|
-
}
|
|
250
|
-
}
|
|
251
|
-
|
|
252
|
-
UnstyledRoundedRectangle(topLeft: Radius.XXS, topRight: Radius.XXS)
|
|
253
|
-
.fill(selectedColor)
|
|
254
|
-
.frame(width: indicatorWidth, height: 2)
|
|
255
|
-
.offset(x: indicatorX)
|
|
256
|
-
.animation(.easeInOut(duration: 0.2), value: selectedIndex)
|
|
257
|
-
}
|
|
258
|
-
.frame(maxWidth: .infinity)
|
|
259
|
-
.background(theme.colors.background.surface)
|
|
260
|
-
.overlay(
|
|
261
|
-
Rectangle()
|
|
262
|
-
.stroke(theme.colors.border.default, lineWidth: 0.5)
|
|
263
|
-
)
|
|
264
|
-
}
|
|
265
|
-
.frame(height: barHeight(direction))
|
|
266
|
-
}
|
|
267
|
-
}
|
|
268
|
-
|
|
269
|
-
// ---------------------------------------------------------------------------
|
|
270
|
-
// Scrollable tab bar (wrap-width items, horizontal scroll, animated underline)
|
|
271
|
-
// ---------------------------------------------------------------------------
|
|
272
|
-
|
|
273
|
-
private struct ScrollableTabBar: View {
|
|
274
|
-
@Environment(\.appTheme) private var theme
|
|
275
|
-
|
|
276
|
-
let tabs: [TabViewItem]
|
|
277
|
-
let selectedIndex: Int
|
|
278
|
-
let selectedColor: Color
|
|
279
|
-
let unselectedColor: Color
|
|
280
|
-
let direction: TabViewDirection
|
|
281
|
-
let onPress: (Int) -> Void
|
|
282
|
-
|
|
283
|
-
@State private var frames: [Int: CGRect] = [:]
|
|
284
|
-
|
|
285
|
-
var body: some View {
|
|
286
|
-
ScrollViewReader { proxy in
|
|
287
|
-
ScrollView(.horizontal, showsIndicators: false) {
|
|
288
|
-
ZStack(alignment: .bottomLeading) {
|
|
289
|
-
HStack(spacing: 0) {
|
|
290
|
-
ForEach(tabs.indices, id: \.self) { index in
|
|
291
|
-
TabItemView(
|
|
292
|
-
tab: tabs[index],
|
|
293
|
-
active: selectedIndex == index,
|
|
294
|
-
selectedColor: selectedColor,
|
|
295
|
-
unselectedColor: unselectedColor,
|
|
296
|
-
direction: direction,
|
|
297
|
-
scrollable: true,
|
|
298
|
-
onPress: { onPress(index) }
|
|
299
|
-
)
|
|
300
|
-
.background(
|
|
301
|
-
GeometryReader { g in
|
|
302
|
-
Color.clear.preference(
|
|
303
|
-
key: TabFramePreferenceKey.self,
|
|
304
|
-
value: [index: g.frame(in: .named("scrollableTabBar"))]
|
|
305
|
-
)
|
|
306
|
-
}
|
|
307
|
-
)
|
|
308
|
-
.id(index)
|
|
309
|
-
}
|
|
310
|
-
}
|
|
311
|
-
|
|
312
|
-
if let frame = frames[selectedIndex] {
|
|
313
|
-
UnstyledRoundedRectangle(topLeft: Radius.XXS, topRight: Radius.XXS)
|
|
314
|
-
.fill(selectedColor)
|
|
315
|
-
.frame(width: max(frame.width - Spacing.XS * 2, 0), height: 2)
|
|
316
|
-
.offset(x: frame.minX + Spacing.XS)
|
|
317
|
-
.animation(.easeInOut(duration: 0.25), value: selectedIndex)
|
|
318
|
-
}
|
|
319
|
-
}
|
|
320
|
-
.coordinateSpace(name: "scrollableTabBar")
|
|
321
|
-
.onPreferenceChange(TabFramePreferenceKey.self) { value in
|
|
322
|
-
frames.merge(value) { _, new in new }
|
|
323
|
-
}
|
|
324
|
-
}
|
|
325
|
-
.frame(height: barHeight(direction))
|
|
326
|
-
.background(theme.colors.background.surface)
|
|
327
|
-
.overlay(
|
|
328
|
-
Rectangle()
|
|
329
|
-
.stroke(theme.colors.border.default, lineWidth: 0.5)
|
|
330
|
-
)
|
|
331
|
-
.onChange(of: selectedIndex) { index in
|
|
332
|
-
withAnimation { proxy.scrollTo(index, anchor: .center) }
|
|
333
|
-
}
|
|
334
|
-
}
|
|
335
|
-
}
|
|
336
|
-
}
|
|
337
|
-
|
|
338
|
-
private struct TabFramePreferenceKey: PreferenceKey {
|
|
339
|
-
static var defaultValue: [Int: CGRect] = [:]
|
|
340
|
-
static func reduce(value: inout [Int: CGRect], nextValue: () -> [Int: CGRect]) {
|
|
341
|
-
value.merge(nextValue()) { _, new in new }
|
|
342
|
-
}
|
|
343
|
-
}
|
|
344
|
-
|
|
345
|
-
// ---------------------------------------------------------------------------
|
|
346
|
-
// Card tab bar
|
|
347
|
-
// ---------------------------------------------------------------------------
|
|
348
|
-
|
|
349
|
-
private struct CardTabBar: View {
|
|
350
|
-
@Environment(\.appTheme) private var theme
|
|
351
|
-
|
|
352
|
-
let tabs: [TabViewItem]
|
|
353
|
-
let selectedIndex: Int
|
|
354
|
-
let selectedColor: Color
|
|
355
|
-
let unselectedColor: Color
|
|
356
|
-
let direction: TabViewDirection
|
|
357
|
-
let onPress: (Int) -> Void
|
|
358
|
-
|
|
359
|
-
var body: some View {
|
|
360
|
-
HStack(alignment: .bottom, spacing: 0) {
|
|
361
|
-
ForEach(tabs.indices, id: \.self) { index in
|
|
362
|
-
let tab = tabs[index]
|
|
363
|
-
let isActive = selectedIndex == index
|
|
364
|
-
let iconColor = isActive ? selectedColor : unselectedColor
|
|
365
|
-
|
|
366
|
-
cardItem(tab: tab, isActive: isActive, iconColor: iconColor)
|
|
367
|
-
.frame(maxWidth: .infinity)
|
|
368
|
-
.frame(height: isActive ? 44 : 40)
|
|
369
|
-
.background(isActive ? theme.colors.background.surface : theme.colors.background.tonal)
|
|
370
|
-
.clipShape(UnstyledRoundedRectangle(topLeft: Radius.M, topRight: Radius.M))
|
|
371
|
-
.contentShape(Rectangle())
|
|
372
|
-
.onTapGesture { onPress(index) }
|
|
373
|
-
}
|
|
374
|
-
}
|
|
375
|
-
.frame(maxWidth: .infinity)
|
|
376
|
-
.padding(.top, Spacing.XS)
|
|
377
|
-
}
|
|
378
|
-
|
|
379
|
-
@ViewBuilder
|
|
380
|
-
private func cardItem(tab: TabViewItem, isActive: Bool, iconColor: Color) -> some View {
|
|
381
|
-
HStack(spacing: 0) {
|
|
382
|
-
if let renderIcon = tab.renderIcon {
|
|
383
|
-
renderIcon(isActive)
|
|
384
|
-
Spacer().frame(width: Spacing.XS)
|
|
385
|
-
} else if let icon = tab.icon {
|
|
386
|
-
Icon(source: icon, size: 18, color: iconColor)
|
|
387
|
-
Spacer().frame(width: Spacing.XS)
|
|
388
|
-
}
|
|
389
|
-
MomoText(
|
|
390
|
-
tab.title,
|
|
391
|
-
typography: isActive ? .headerSSemibold : .bodyDefaultRegular,
|
|
392
|
-
color: isActive ? selectedColor : unselectedColor
|
|
393
|
-
)
|
|
394
|
-
.lineLimit(1)
|
|
395
|
-
|
|
396
|
-
tabBadge(tab)
|
|
397
|
-
}
|
|
398
|
-
.padding(.horizontal, Spacing.S)
|
|
399
|
-
}
|
|
400
|
-
}
|
|
401
|
-
|
|
402
|
-
// ---------------------------------------------------------------------------
|
|
403
|
-
// Shared tab item (Default + Scrollable bars)
|
|
404
|
-
// ---------------------------------------------------------------------------
|
|
405
|
-
|
|
406
|
-
private struct TabItemView: View {
|
|
407
|
-
let tab: TabViewItem
|
|
408
|
-
let active: Bool
|
|
409
|
-
let selectedColor: Color
|
|
410
|
-
let unselectedColor: Color
|
|
411
|
-
let direction: TabViewDirection
|
|
412
|
-
let scrollable: Bool
|
|
413
|
-
let onPress: () -> Void
|
|
414
|
-
|
|
415
|
-
private var textColor: Color { active ? selectedColor : unselectedColor }
|
|
416
|
-
private var textStyle: TypographyStyle { active ? .headerSSemibold : .bodyDefaultRegular }
|
|
417
|
-
|
|
418
|
-
var body: some View {
|
|
419
|
-
Group {
|
|
420
|
-
if direction == .column {
|
|
421
|
-
columnBody
|
|
422
|
-
} else {
|
|
423
|
-
rowBody
|
|
424
|
-
}
|
|
425
|
-
}
|
|
426
|
-
.contentShape(Rectangle())
|
|
427
|
-
.onTapGesture { onPress() }
|
|
428
|
-
}
|
|
429
|
-
|
|
430
|
-
@ViewBuilder
|
|
431
|
-
private var columnBody: some View {
|
|
432
|
-
VStack(spacing: 0) {
|
|
433
|
-
ZStack(alignment: .topTrailing) {
|
|
434
|
-
if let renderIcon = tab.renderIcon {
|
|
435
|
-
renderIcon(active)
|
|
436
|
-
} else if let icon = tab.icon {
|
|
437
|
-
Icon(source: icon, size: 24, color: textColor)
|
|
438
|
-
}
|
|
439
|
-
badgeOverlay
|
|
440
|
-
}
|
|
441
|
-
if tab.icon != nil || tab.renderIcon != nil {
|
|
442
|
-
Spacer().frame(height: Spacing.XXS)
|
|
443
|
-
}
|
|
444
|
-
MomoText(tab.title, typography: textStyle, color: textColor)
|
|
445
|
-
.lineLimit(1)
|
|
446
|
-
}
|
|
447
|
-
.frame(height: 68)
|
|
448
|
-
.padding(.horizontal, Spacing.S)
|
|
449
|
-
}
|
|
450
|
-
|
|
451
|
-
@ViewBuilder
|
|
452
|
-
private var rowBody: some View {
|
|
453
|
-
HStack(spacing: 0) {
|
|
454
|
-
if let renderIcon = tab.renderIcon {
|
|
455
|
-
renderIcon(active)
|
|
456
|
-
Spacer().frame(width: Spacing.XS)
|
|
457
|
-
} else if let icon = tab.icon {
|
|
458
|
-
Icon(source: icon, size: 18, color: textColor)
|
|
459
|
-
Spacer().frame(width: Spacing.XS)
|
|
460
|
-
}
|
|
461
|
-
MomoText(tab.title, typography: textStyle, color: textColor)
|
|
462
|
-
.lineLimit(1)
|
|
463
|
-
tabBadge(tab)
|
|
464
|
-
}
|
|
465
|
-
.frame(height: 48)
|
|
466
|
-
.padding(.horizontal, Spacing.M)
|
|
467
|
-
}
|
|
468
|
-
|
|
469
|
-
@ViewBuilder
|
|
470
|
-
private var badgeOverlay: some View {
|
|
471
|
-
if tab.showDot {
|
|
472
|
-
BadgeDot(size: tab.dotSize)
|
|
473
|
-
.offset(x: 4, y: -4)
|
|
474
|
-
} else if let badge = tab.badgeValue, !badge.isEmpty {
|
|
475
|
-
Badge(label: badge)
|
|
476
|
-
.offset(x: 4, y: -4)
|
|
477
|
-
}
|
|
478
|
-
}
|
|
479
|
-
}
|
|
480
|
-
|
|
481
|
-
// ---------------------------------------------------------------------------
|
|
482
|
-
// Shared helpers
|
|
483
|
-
// ---------------------------------------------------------------------------
|
|
484
|
-
|
|
485
|
-
private func barHeight(_ direction: TabViewDirection) -> CGFloat {
|
|
486
|
-
direction == .column ? 68 : 48
|
|
487
|
-
}
|
|
488
|
-
|
|
489
|
-
@ViewBuilder
|
|
490
|
-
private func tabBadge(_ tab: TabViewItem) -> some View {
|
|
491
|
-
if tab.showDot {
|
|
492
|
-
Spacer().frame(width: Spacing.XS)
|
|
493
|
-
BadgeDot(size: tab.dotSize)
|
|
494
|
-
} else if let badge = tab.badgeValue, !badge.isEmpty {
|
|
495
|
-
Spacer().frame(width: Spacing.XS)
|
|
496
|
-
Badge(label: badge)
|
|
497
|
-
}
|
|
498
|
-
}
|
|
499
|
-
|
|
500
|
-
/// A rectangle rounded only on the top corners (mirrors Compose top-only radius).
|
|
501
|
-
private struct UnstyledRoundedRectangle: Shape {
|
|
502
|
-
let topLeft: CGFloat
|
|
503
|
-
let topRight: CGFloat
|
|
504
|
-
|
|
505
|
-
func path(in rect: CGRect) -> Path {
|
|
506
|
-
var path = Path()
|
|
507
|
-
let tl = min(topLeft, min(rect.width, rect.height) / 2)
|
|
508
|
-
let tr = min(topRight, min(rect.width, rect.height) / 2)
|
|
509
|
-
path.move(to: CGPoint(x: rect.minX, y: rect.maxY))
|
|
510
|
-
path.addLine(to: CGPoint(x: rect.minX, y: rect.minY + tl))
|
|
511
|
-
path.addArc(
|
|
512
|
-
center: CGPoint(x: rect.minX + tl, y: rect.minY + tl),
|
|
513
|
-
radius: tl, startAngle: .degrees(180), endAngle: .degrees(270), clockwise: false
|
|
514
|
-
)
|
|
515
|
-
path.addLine(to: CGPoint(x: rect.maxX - tr, y: rect.minY))
|
|
516
|
-
path.addArc(
|
|
517
|
-
center: CGPoint(x: rect.maxX - tr, y: rect.minY + tr),
|
|
518
|
-
radius: tr, startAngle: .degrees(270), endAngle: .degrees(0), clockwise: false
|
|
519
|
-
)
|
|
520
|
-
path.addLine(to: CGPoint(x: rect.maxX, y: rect.maxY))
|
|
521
|
-
path.closeSubpath()
|
|
522
|
-
return path
|
|
523
|
-
}
|
|
524
|
-
}
|
|
525
|
-
|
|
526
|
-
private extension Array {
|
|
527
|
-
subscript(safe index: Int) -> Element? {
|
|
528
|
-
indices.contains(index) ? self[index] : nil
|
|
529
|
-
}
|
|
530
|
-
}
|