NewsApp

所属分类:iPhone/iOS
开发工具:Swift
文件大小:0KB
下载次数:0
上传日期:2018-08-19 01:59:25
上 传 者sh-1993
说明:  新闻应用程序
(NewsApp)

文件列表:
AWKGallery/ (0, 2018-08-18)
AWKGallery/AWKGallery.xcodeproj/ (0, 2018-08-18)
AWKGallery/AWKGallery.xcodeproj/project.pbxproj (46526, 2018-08-18)
AWKGallery/AWKGallery.xcodeproj/project.xcworkspace/ (0, 2018-08-18)
AWKGallery/AWKGallery.xcodeproj/project.xcworkspace/contents.xcworkspacedata (155, 2018-08-18)
AWKGallery/AWKGallery.xcodeproj/project.xcworkspace/xcshareddata/ (0, 2018-08-18)
AWKGallery/AWKGallery.xcodeproj/project.xcworkspace/xcshareddata/AWKGallery.xcscmblueprint (1604, 2018-08-18)
AWKGallery/AWKGallery.xcodeproj/xcshareddata/ (0, 2018-08-18)
AWKGallery/AWKGallery.xcodeproj/xcshareddata/xcschemes/ (0, 2018-08-18)
AWKGallery/AWKGallery.xcodeproj/xcshareddata/xcschemes/Example.xcscheme (3734, 2018-08-18)
AWKGallery/AWKGallery.xcodeproj/xcuserdata/ (0, 2018-08-18)
AWKGallery/AWKGallery.xcodeproj/xcuserdata/mac.xcuserdatad/ (0, 2018-08-18)
AWKGallery/AWKGallery.xcodeproj/xcuserdata/mac.xcuserdatad/xcschemes/ (0, 2018-08-18)
AWKGallery/AWKGallery.xcodeproj/xcuserdata/mac.xcuserdatad/xcschemes/xcschememanagement.plist (442, 2018-08-18)
AWKGallery/AWKGallery/ (0, 2018-08-18)
AWKGallery/AWKGallery/AWKGallery.h (676, 2018-08-18)
AWKGallery/AWKGallery/AWKGalleryAnimatedImageContentView.m (995, 2018-08-18)
AWKGallery/AWKGallery/AWKGalleryAnimator.m (6037, 2018-08-18)
AWKGallery/AWKGallery/AWKGalleryFooterGradientView.swift (1574, 2018-08-18)
AWKGallery/AWKGallery/AWKGalleryImageContentView.m (1085, 2018-08-18)
AWKGallery/AWKGallery/AWKGalleryImageLoader.h (1088, 2018-08-18)
AWKGallery/AWKGallery/AWKGalleryImageLoader.m (3836, 2018-08-18)
AWKGallery/AWKGallery/AWKGalleryItemContentView.m (1358, 2018-08-18)
AWKGallery/AWKGallery/AWKGalleryItemDescriptionView.m (182, 2018-08-18)
AWKGallery/AWKGallery/AWKGalleryItemExpandedDescriptionView.m (4784, 2018-08-18)
AWKGallery/AWKGallery/AWKGalleryItemFooterDescriptionView.m (8812, 2018-08-18)
AWKGallery/AWKGallery/AWKGalleryItemViewController.m (15401, 2018-08-18)
AWKGallery/AWKGallery/AWKGalleryItemZoomView.m (8456, 2018-08-18)
AWKGallery/AWKGallery/AWKGalleryLayoutGuide.m (992, 2018-08-18)
AWKGallery/AWKGallery/AWKGalleryMovieContentView.m (8272, 2018-08-18)
AWKGallery/AWKGallery/AWKGalleryViewController.m (32470, 2018-08-18)
AWKGallery/AWKGallery/AWKGradientView.swift (2195, 2018-08-18)
AWKGallery/AWKGallery/AWKIntrinsicTextView.m (1484, 2018-08-18)
AWKGallery/AWKGallery/AWKProgressView.swift (4973, 2018-08-18)
AWKGallery/AWKGallery/FLAnimatedImage/ (0, 2018-08-18)
AWKGallery/AWKGallery/FLAnimatedImage/AWKAnimatedImage.h (4053, 2018-08-18)
AWKGallery/AWKGallery/FLAnimatedImage/AWKAnimatedImage.m (41862, 2018-08-18)
AWKGallery/AWKGallery/FLAnimatedImage/AWKAnimatedImageView.h (1821, 2018-08-18)
AWKGallery/AWKGallery/FLAnimatedImage/AWKAnimatedImageView.m (14281, 2018-08-18)
AWKGallery/AWKGallery/Headers/ (0, 2018-08-18)
... ...

icon
Beam for Reddit

Contact License: GPL v2.0

An open source Reddit client for iOS.



Beam


## Introduction Hi, we're [Powermobile Team](https://powermobile.org/). In 2014, we started working on a Reddit client called Beam. In the years that followed, we created a client that lets its users enjoy all of Reddit's content in a unique and beautiful package. After four years of development, we've decided to open source Beam and truly hand it over to its users. We’ll still continue to work on Beam and release high-quality updates. ## Features Beam brings the best features of Reddit to your iPhone and iPad. - Multireddits - Content filters - In-app messaging - Message notifications - Post marking - Spoiler protection - 3D Touch It also offered unlockable packs in the past, now available by default: - Mediaview - Night Mode - Auto Playing GIFs - Thumbnail Mode - Metadata Control - Multiple Accounts - Passcode Lock - Touch ID Unlock - Privacy Mode ## Contributing ### Bug Reports & Feature Requests Please use GitHub issues to report any bugs or file feature requests. If you can fix it yourself, feel free to send in a pull request. For any bugs please include the following information: - The iOS version of the device - The model of the device (iPhone 5s, iPhone 6 etc) - If you are running the App Store version of the app or a version that you've compiled yourself - The fork or branch used if you've compiled the app yourself ### Pull requests Pull requests should include information about what has been changed. Also, try to include screenshots or links to issues in order to better review the pull request. All pull requests will be reviewed by someone of the Powermobile team. ## Requirements In order to compile Beam you will need to meet the following requirements: ``` - A Mac with Xcode 8.1 or later - Git command line tools or a git source control client like Tower. ``` ## Getting started ### Submodules Beam uses submodules for dependencies, so when cloning Beam, make sure to include recursive submodules. If any problems occur trying to checkout these submodules, use the following terminal command to make sure are submodules are ready: ```git submodule update --init --recursive``` ### Steps to compile To compile Beam, please follow these steps: 1. Clone the repository including submodules 2. Edit `SampleConfig.swift` with the required values and rename it to `Config.swift` 3. Open `beam.xcodeproj` in Xcode 4. Run the app ### General structure of the app When opening the project in Xcode you will see several targets. The two most important targets are `beam` and `Snoo`. - `beam` This is the app that you see on your phone and in the App Store. - `Snoo` is the framework built by us that handles the core data objects and communication with the Reddit API. Beam calls snoo to get the data. ## License Beam is available under the GPL-2.0 license. See the LICENSE.md file for more info. ## Links - [Powermobile](https://powermobile.org/) - [Beam on reddit](https://www.reddit.com/r/beamreddit/) - [Reddit](https://www.reddit.com/)

近期下载者

相关文件


收藏者