apple-swift

There are 20 repositories under apple-swift topic.

  • vsouza/awesome-ios

    A curated list of awesome iOS ecosystem, including Objective-C and Swift Projects

    Language:Swift46.1k1.8k4766.8k
  • Tim9Liu9/TimLiu-iOS

    iOS开发常用三方库、插件、知名博客等等

  • Lax/Learn-iOS-Swift-by-Examples

    精心收集并分类整理的Swift开发学习资源,包括Apple官方提供的示例代码和文档,以及github上的项目和国内外开发者的技术博客。欢迎提交pull-request一起维护。https://t.me/SwiftCN QQ交流群 32958950 申请请注明开发经验

    Language:Swift3.7k2459872
  • ClintJang/awesome-swift-korean-lecture

    훌륭한 Swift 세션 동영상(강좌), 한글 자막있는 혹은 한국어 강의 정보 링크 모음 (Awesome Swift Korean lecture information)

    Language:Swift1.3k791216
  • sgr-ksmt/PDFGenerator

    A simple generator of PDF written in Swift.

    Language:Swift7532984110
  • sgr-ksmt/PullToDismiss

    You can dismiss modal viewcontroller like Facebook Messenger by pulling scrollview or navigationbar in Swift.

    Language:Swift484142956
  • scadedoc/UgExamples

    Examples for Native Cross Platform mobile app development with Apple Swift

    Language:C271228
  • Correia-jpv/fucking-awesome-ios

    A curated list of awesome iOS ecosystem, including Objective-C and Swift Projects. With repository stars⭐ and forks🍴

    Language:Swift17203
  • affix/openfaas-templates-affix

    @OpenFaaS Community Templates

    Language:Dockerfile9221
  • dshakhbazyan/awesome-swift-resources

    A curated list of Swift learning resources, including books, playgrounds, blogs, conferences.

  • moquiutijunio/Jera-Labs-iOS

    iOS application made to list all Labs created by Jera’s employees 🚀

    Language:Swift7311
  • theokim24601/awesome-ios-questions

    📚 A curated list of awesome iOS questions. Feel free to contribute!

  • stephenhaunts/Learn-Swift

    A series of swift playgrounds to help you learn the Swift programming language by showing basic examples of most language features. This is great for experienced programmers who want to learn swift fast.

  • AhmedMenaim/ContactsApp

    The first version of contact app which included saving and deleting contacts using CoreData and MVVM .... The next update will be the include the update function

    Language:Swift1100
  • bebone/Medit

    MASTER - Application Appeule [Medite]

    Language:Swift0200
  • AhmedMenaim/FacebookPost

    The second version has been released which is about posting a text or image and view them in your wall, making comments and saving the all of them in CoreData using TableViews and MVVM ...

    Language:Swift21
  • elizabethsiegle/SGHack50-2015

    SGHack50 SF '15 iOS Watch-based map app w/ SG Memory Project database

    Language:Swift11
  • frankroeder/apple-swift

    Simple Vim plugin for the programming language Swift 🍏🐦

    Language:Vim Script10
  • pfcodes/WooCutzTv

    The official iOS application for WooCutzTv -- an upcoming platform for the beauty service industry.

    Language:Swift10
  • syntaxerror1972/UITableView

    A table view displays a list of items in a single column. UITableView is a subclass of UIScrollView, which allows users to scroll through the table, although UITableView allows vertical scrolling only. The cells comprising the individual items of the table are UITableViewCell objects; UITableView uses these objects to draw the visible rows of the table. Cells have content—titles and images—and can have, near the right edge, accessory views. Standard accessory views are disclosure indicators or detail disclosure buttons; the former leads to the next level in a data hierarchy and the latter leads to a detailed view of a selected item. Accessory views can also be framework controls, such as switches and sliders, or can be custom views. Table views can enter an editing mode where users can insert, delete, and reorder rows of the table.