Repository: facebookarchive/three20 Branch: master Commit: 434cdbfc8991 Files: 4 Total size: 3.5 KB Directory structure: gitextract_fa2cq9v7/ ├── .gitignore ├── AUTHORS ├── LICENSE └── README.mdown ================================================ FILE CONTENTS ================================================ ================================================ FILE: .gitignore ================================================ .DS_Store build Build Products *.pbxuser *.perspectivev3 *.mode1v3 xcuserdata .DS_Store config src/Three20/*.h src/Three20Core/*.h src/Three20Network/*.h src/Three20Style/*.h src/Three20UICommon/*.h src/Three20UINavigator/*.h src/Three20UI/*.h extensions/ *.pyc Docs # we don't support xcworkspaces for single projects. Use Three20.xcworkspace instead *.xcworkspace !Three20.xcworkspace ================================================ FILE: AUTHORS ================================================ The three20 team ================ Original author (retired) ------------------------- Joe Hewitt github.com/joehewitt @joehewitt Current Maintainers ------------------- Owen Yamauchi github.com/oyamauchi oyamauchi@facebook.com Jeff Verkoeyen github.com/jverkoey jverkoey@gmail.com John Wang github.com/jwang jwang392@gmail.com Stephan Diederich github.com/diederich stephan.diederich@googlemail.com Adar Porat github.com/aporat adar.porat@gmail.com Tobias Klonk github.com/tonklon me@tonklon.com Contributors ------------ uprise78 github.com/uprise78 @uprise78 Steven Fisher github.com/tewha Patrick Crosby github.com/patrickxb github.com/dreamComeTrue Eelco Lempsink github.com/eelco Tobias Rundstrom github.com/tru drewmca github.com/drewmca Dima Berastau github.com/dima Doug Barth github.com/dougbarth Dan Morrow github.com/skydivedan Petr Reichl github.com/meap Pavel Repin github.com/paxan Skotch Vail github.com/skotchvail Brian Chapados github.com/chapados Enormego github.com/enormego/EGOTableViewPullRefresh - Drag-to-refresh header David Morford github.com/davidmorford/UXKit - Inspiration for the New Three20 project structure. Chih-Wei Lee github.com/dlackty - iPad improvements Brandon Walkin ================================================ FILE: LICENSE ================================================ Copyright 2009-2011 Facebook 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. ================================================ FILE: README.mdown ================================================ Archived Repo ============= **This is an archived project and is no longer supported or updated by Facebook. Please do not file issues or pull-requests against this repo. If you wish to continue to develop this code yourself, we recommend you fork it.** **Proceed and be bold!** Three20 ======= What now? ------ If you updated to this revision by accident (e.g. a git pull), you might want to switch back to the version you had before (`git checkout cc672132ab`). Three20 still compiles and seems to work on iOS6, so there's no immediate need to remove everything now. Still, as the library is not maintained anymore, it might be a good time to replace it. Lots of Three20's helpers are not needed anymore, as they are now present right in iOS. For other parts there are some really good replacement available. If you're searching for a full replacement, [NimbusKit](http://nimbuskit.info) might help, they even provide a [migration guide](http://wiki.nimbuskit.info/Three20-Migration-Guide). Links ------ [Three20 Mailing List](http://groups.google.com/group/three20/) [Three20 Tagged Questions on StackOverflow](http://stackoverflow.com/questions/tagged/three20)