Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dirtyhenry/bsgutilities
Bootstragram iOS Utilities Pod
https://github.com/dirtyhenry/bsgutilities
Last synced: 6 days ago
JSON representation
Bootstragram iOS Utilities Pod
- Host: GitHub
- URL: https://github.com/dirtyhenry/bsgutilities
- Owner: dirtyhenry
- License: mit
- Created: 2014-10-30T15:39:09.000Z (about 10 years ago)
- Default Branch: main
- Last Pushed: 2024-10-29T11:14:39.000Z (18 days ago)
- Last Synced: 2024-10-29T13:13:14.431Z (17 days ago)
- Language: Objective-C
- Size: 937 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# BSGUtilities
[![Version](https://img.shields.io/cocoapods/v/BSGUtilities.svg?style=flat)](http://cocoadocs.org/pods/BSGUtilities)
[![License](https://img.shields.io/cocoapods/l/BSGUtilities.svg?style=flat)](http://cocoadocs.org/pods/BSGUtilities)
[![Platform](https://img.shields.io/cocoapods/p/BSGUtilities.svg?style=flat)](http://cocoadocs.org/pods/BSGUtilities)> [!TIP]
> BSGUtilities is being deprecated, and its code is slowly moving to
> [swift-blocks][1]'s ObjectiveBlocks target.BSGUtilities is both a playground to play around some iOS concept and a CocoaPod
with utilities. For more details about what it contains, please visit the
website.## Installation
```
pod 'BSGUtilities'
```## Usage
Please refer to the website for details about usage.
## Contributing
Pull requests are welcome. For major changes, please open an issue first to
discuss what you would like to change.Please make sure to update tests as appropriate.
## Development
Install dependencies:
make install
Validate the pod:
make lint
Publish the pod to the repo:
make publish
## License
[MIT](https://choosealicense.com/licenses/mit/)
## How-Tos
### How to use the Core Data debug views?
The easisest way to install the Core Data debug views is via the Storyboard.
Create 3 table view controllers, with the following class names, table view cell
identifier and segue identifiers:1. `BSGEntitiesTableViewController` should use cells with _Right Detail_ style,
`BSGEntitiesViewControllerCell` cell identifier and _Disclosure Indicator_
accessory using a `BSGManagedObjectsTableViewController` segue.
2. `BSGManagedObjectsTableViewController` should use cells with _Right Detail_
style, `BSGManagedObjectsViewControllerCell` cell identifier and _Disclosure
Indicator_ accessory using a `BSGManagedObjectDetailTableViewController`
segue.
3. `BSGManagedObjectDetailTableViewController` should use cells with _Left
Detail_ style, `BSGManagedObjectDetailViewControllerCell` cell identifier[1]: https://github.com/dirtyhenry/swift-blocks