Swiftpack.co - Swift Packages by hyperconnect

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.

Packages published by hyperconnect

hyperconnect/HypeUI 0.3.0
🌺 HypeUI is a implementation of Apple's SwiftUI DSL style based on UIKit
⭐️ 122
🕓 1 year ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
1 year ago
# 🥳 What's Changed - Exclude AppCode project files not to sync in git(.gitignore) in #3 by @sangkwon - Support LinearGradient in #4 by @cruisediary - Add New Modifiers in #5 by @cruisediary ## New Feature - `UnitPoint` - `Gradient` - `Gradient.Stop` - `GradientView` - `LinearGradient` - `Alignment` - `AlignmentView` **View Modifier** - `overlay` - `background` **ScrollViewView Modifier** - `bounces` - `isPagingEnabled` - `isScrollEnabled` New Contributor - @sangkwon #2 Full ChangeLog: https://github.com/hyperconnect/HypeUI/compare/0.2.0...0.3.0
0.2.0
1 year ago
# ⛳️ What's Changed ## New Feature **ViewBuildable** - Add `ViewBuildable` protocol in #1 **Stack Modifier** - `distribution` **View Modifier** - `masksTobounds` - `accessibilityIdentifier` **Text** - `String?` initializer **Image** - `UIImage?` initializer ### Full ChangeLog: https://github.com/hyperconnect/HypeUI/compare/0.1.0...0.2.0
0.1.0
1 year ago
🌺 First Release ## Supported Features | | Supported Features | ----------------|---------------- HStack | ✅ VStack | ✅ ZStack | ✅ Button | ✅ Text | ✅ Image | ✅ ScrollView | ✅ Behavior | ✅ Spacer | ✅ View Modifier | ✅ Text Modifier | ✅ <a name="view_modifier"></a> ### View Modifier | name | Description | ---------------------------------|---------------- setHContentHugging | Sets the priority with which a view resists being made larger than its intrinsic size. setVContentHugging | Sets the priority with which a view resists being made larger than its intrinsic size. setHContentCompressionResistance | Sets the priority with which a view resists being made smaller than its intrinsic size. setVContentCompressionResistance | Sets the priority with which a view resists being made smaller than its intrinsic size. makeRatio | Modify the ratio of the size of the view. cornerRadius | Modify corner radius. border | Modify border style. background | Modifiy background color. makeContentMode | Modify content mode. frame | Positions this view within an invisible frame with the specified size. padding | Adds an equal padding amount to specific edges of this view. allowsHitTesting | Configures whether this view participates in hit test operations. <a name="text_modifier"></a> ### Text Modifier | name | Description | ---------------------------------|---------------- font | Modify text font. foregroundColor | Modify foreground color. textAligned | Modify text alignment lineLimit | The maximum number of lines that text can occupy in a view. lineBreakMode | Modify line break mode. adjustFontSize | Modify adjustsfontsize to fit width minimumScaleFactor | Modify minimum scale factor.
iOS

Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics