Skip to content

Paged Scroll View that behaves like a UITableViewController

Notifications You must be signed in to change notification settings

minube/DGPagedScrollView

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 

Repository files navigation

DGPagedScrollView

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…

Credits

Thanks to Rubén Mendez. He made awesome contributions and bugfixes to the project.

License

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.

About

Paged Scroll View that behaves like a UITableViewController

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Objective-C 100.0%