An open API service indexing awesome lists of open source software.

https://github.com/noppefoxwolf/rotoscope

Rotoscode provide function that to retrieve tagged UIView.
https://github.com/noppefoxwolf/rotoscope

Last synced: 11 months ago
JSON representation

Rotoscode provide function that to retrieve tagged UIView.

Awesome Lists containing this project

README

          

# Rotoscope

Rotoscode provide function that to retrieve tagged UIView.

# Usage

```swift
Text("text").tagging(12345, onRetrieve: { (view) in
view.backGroundColor = .red
})
```

# License

Rotoscope is licensed under the MIT License. See the LICENSE file for more information.