All Projects → NikantVohra → Hackernewsclient Ios

NikantVohra / Hackernewsclient Ios

An iOS client for Hacker News

Programming Languages

swift
15916 projects

Projects that are alternatives of or similar to Hackernewsclient Ios

Automaticcompletionplugin
Objc,Getter 函数自动补全插件,基于 Xcode 8 的 Source Editor Extension 开发
Stars: ✭ 65 (-15.58%)
Mutual labels:  xcode
Xcodeappplugintemplate
App Plugin Project Template For iOS App And Mac App. Make it easy to hook app.
Stars: ✭ 71 (-7.79%)
Mutual labels:  xcode
Macdown
Open source Markdown editor for macOS.
Stars: ✭ 8,855 (+11400%)
Mutual labels:  xcode
Daily Hackernews
Daily hacker news top stories. Subscribe the hackernews daily top stories by watching this repo.
Stars: ✭ 67 (-12.99%)
Mutual labels:  hacker-news
Assert
A collection of convenient assertions for Swift testing
Stars: ✭ 69 (-10.39%)
Mutual labels:  xcode
Loadingshimmer
An easy way to add a shimmering effect to any view with just one line of code. It is useful as an unobtrusive loading indicator.
Stars: ✭ 1,180 (+1432.47%)
Mutual labels:  xcode
Elm Hn
An Hacker News clone written in Elm.
Stars: ✭ 63 (-18.18%)
Mutual labels:  hacker-news
Dtgradientbutton
Easy way to set gradient background to your buttons.
Stars: ✭ 76 (-1.3%)
Mutual labels:  xcode
Articles
Articles for NSHipster.com
Stars: ✭ 1,166 (+1414.29%)
Mutual labels:  xcode
Hack The Media
This repo collects examples of intentional and unintentional hacks of media sources
Stars: ✭ 1,194 (+1450.65%)
Mutual labels:  hacker-news
Hackerweb
A simply readable Hacker News web app
Stars: ✭ 1,151 (+1394.81%)
Mutual labels:  hacker-news
Corenavigation
📱📲 Navigate between view controllers with ease. 💫 🔜 More stable version (written in Swift 5) coming soon.
Stars: ✭ 69 (-10.39%)
Mutual labels:  xcode
Macimagesetgenerator
2个脚本文件,帮助你在Mac上,生成Xcode可使用的APP图标和启动图。
Stars: ✭ 73 (-5.19%)
Mutual labels:  xcode
Xcodeicontagger
Adds version and commit hash as an overlay to your iOS app's icon.
Stars: ✭ 66 (-14.29%)
Mutual labels:  xcode
Xgist
Xcode extension to send code to GitHub's Gist
Stars: ✭ 75 (-2.6%)
Mutual labels:  xcode
Scxcodeeditorinset
Xcode plugin that adds an empty (configurable) space to the end of the editor text view
Stars: ✭ 64 (-16.88%)
Mutual labels:  xcode
Xcode Ast Dump
Dump the AST of your Swift Xcode project
Stars: ✭ 71 (-7.79%)
Mutual labels:  xcode
Ios Toolbox
My iOS dev toolbox.
Stars: ✭ 76 (-1.3%)
Mutual labels:  xcode
Doric
Protocol oriented, type safe, scalable design system foundation swift framework for iOS.
Stars: ✭ 75 (-2.6%)
Mutual labels:  xcode
Lldb
A collection of LLDB aliases/regexes and Python scripts to aid in your debugging sessions
Stars: ✭ 1,187 (+1441.56%)
Mutual labels:  xcode

HackerNewsApp

Simple iOS client for Hacker News, inspired by the DesigerNews Client made by Meng To of Design+Code , written in Swift.

Usage

  1. Download the repository
$ git clone https://github.com/NikantVohra/HackerNewsClient-iOS
$ cd HackerNewsClient-iOS
  1. Install the required dependencies
$ pod install
  1. Open the workspace project in Xcode
$ open HackerNews.xcworkspace
  1. Compile and run the app in your simulator

Requirements

  • Xcode 6.1
  • iOS 8

Credits

  • libHN for Hacker News API requests
  • DTCoreText for fast and efficient HTML content display
  • Spring for code-less animation

License

This app is licensed under the standard MIT License.

Copyright (C) 2015 by Nikant Vohra

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.


Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].