DGPagedScrollView is an easy to implement class that creates a Paged Scroll View that behaves like a UITableViewController. The only thing you have to do to start using it, is create your own class that extends DGPagedViewController and implement only three Delegate and DataSource Methods.
DGPagedScrollView also handles memory allocation and uses only three UIViews with content. It frees hidden views and stores only the visible UIViews.
improvements, documentation, demo, and more to come…
Thanks to Rubén Mendez. He made awesome contributions and bugfixes to the project.
Copyright 2010 Daniel García (fillito@fillito.com)
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License 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.