Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/epreston/PSGridScroll
PSGridScroll is a view control that lays out a list of child views into a scrollable grid. An iPad example project is included.
https://github.com/epreston/PSGridScroll
Last synced: 3 months ago
JSON representation
PSGridScroll is a view control that lays out a list of child views into a scrollable grid. An iPad example project is included.
- Host: GitHub
- URL: https://github.com/epreston/PSGridScroll
- Owner: epreston
- Archived: true
- Created: 2011-08-18T18:55:09.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2015-09-17T13:16:19.000Z (over 9 years ago)
- Last Synced: 2024-05-02T05:05:03.466Z (9 months ago)
- Language: Objective-C
- Size: 313 KB
- Stars: 19
- Watchers: 5
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome - PSGridScroll - PSGridScroll is a view control that lays out a list of child views into a scrollable grid. An iPad example project is included. (etc)
- awesome - PSGridScroll - PSGridScroll is a view control that lays out a list of child views into a scrollable grid. An iPad example project is included. (etc)
README
# PSGridScroll
[![Build Status](https://travis-ci.org/epreston/PSGridScroll.png?branch=master)](https://travis-ci.org/epreston/PSGridScroll)
PSGridScroll is a view control that lays out a list of child views into a scrollable grid.
# Example Project
There is an iPad example application to demonstrate the features of PSGridScroll.
# Status
PSGridScroll should be considered an simple solution for automatically displaying an arbitrary number of similar sized objects in a vertical scrolling grid. Those looking for a reference counted implementation should look for a "Non ARC 1.0" branch.
This project follows the [SemVer](http://semver.org/) standard. The API may change in backwards-incompatible ways before the 1.0 release.
The goal of PSGridScroll is to build a UI view container designed specifically for the iPad.
# Documentation
You can generate documentation with [doxygen](http://www.doxygen.org). The example project includes a documentation build target to do this within Xcode. For more details, see the [Documentation](https://github.com/epreston/PSGridScroll/wiki/Documentation) page in this projects wiki.
# Copyright and License
Copyright 2014 Preston Software.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this work except in compliance with the License.
You may obtain a copy of the License in the LICENSE file, or at:http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.[![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/epreston/psgridscroll/trend.png)](https://bitdeli.com/free "Bitdeli Badge")