Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bionelabs/uibaseview
UIBaseView help me easy build fast a project for my client.
https://github.com/bionelabs/uibaseview
baseview baseviewkit ios-swift swift xcode
Last synced: 14 days ago
JSON representation
UIBaseView help me easy build fast a project for my client.
- Host: GitHub
- URL: https://github.com/bionelabs/uibaseview
- Owner: bionelabs
- License: mit
- Created: 2020-04-25T16:05:11.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-04-27T14:53:57.000Z (over 4 years ago)
- Last Synced: 2024-04-24T08:27:09.554Z (9 months ago)
- Topics: baseview, baseviewkit, ios-swift, swift, xcode
- Language: Swift
- Homepage: https://onebuffer.com
- Size: 21.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# UIBaseView
UIBaseView help me easy build fast a project for my client. This lirbary is updating...## Installation
### CocoaPods
CocoaPods is a dependency manager for Cocoa projects. For usage and installation instructions, visit their website. To integrate Alamofire into your Xcode project using CocoaPods, specify it in your Podfile:```swift
pod 'UIHoneycombView'
```## Use
```swift
import UIBaseView
```### View Layout
```swift
view.visual.anchor(...)
view.visual.size(...)
view.visual.format(...)
view.visual.center(...)
view.visual.equal(...)
view.visual.stack(...)
...
```
### Button
```swift
let button = UIButton()
button.touch(.touchUpInside) {
// todo
}
```### BaseView
```swift
// BaseView
// BaseCollectionViewCell
// BaseTableViewCellview.addSubviews(...)
protocol BaseViewProtocol {
func setupViews()
func setupComponents()
func setupConstraints()
}```
### View animation
```swift// Animation
view.shake()
view.pop()
view.fadeTo(...)
view.fadeIn()
view.fadeOut()// Rotate
view.startRotating()
view.stopRotating()```
###
## Contact
- Email: [email protected]
- Site: https://onebuffer.com
- Linkedin: https://www.linkedin.com/in/caophuocthanh/