iOS
iOS is the operating system for all of Apple’s mobile products. The operating system was unveiled at Macworld Conference and Expo in 2007 to support the company’s new venture, the iPhone. Since then, the operating system has grown to incorporate other products, including the iPad and iPod Touch.
- Sign up for GitHub or sign in to edit this page
- Created by Apple Inc.
- Released June 29, 2007
Here are 22,455 public repositories matching this topic...
A curated list of awesome iOS ecosystem, including Objective-C and Swift Projects
-
Updated
Nov 23, 2019 - Swift
🚀 The easiest way to automate building and releasing your iOS and Android apps
-
Updated
Nov 23, 2019 - Ruby
An awesome list that curates the best Flutter libraries, tools, tutorials, articles and more.
-
Updated
Nov 23, 2019 - Dart
:iphone: Collaborative List of Open-Source iOS Apps
-
Updated
Nov 23, 2019 - Swift
A simple zero-config tool to make locally trusted development certificates with any names you'd like.
-
Updated
Nov 23, 2019 - Go
I noticed a bug in the html_to_sheet function. When reading cells that are empty, the cell index is correctly incremented, but if the cell has HTML tags and is observed to be empty after stripping the tags, the cell index is not incremented. This results in misalignment of the subsequent cells:
https://github.com/SheetJS/js-xlsx/blob/e3c5eac99c3b2be6929adfca455c1be87fab792b/xlsx.js#L18956-L18
An iOS library to natively render After Effects vector animations
-
Updated
Nov 23, 2019 - Swift
A collaborative list of awesome Swift libraries and resources. Feel free to contribute!
-
Updated
Nov 23, 2019 - Swift
Case:
In android i use
import {openFile} from "tns-core-modules/utils/utils"
openFile(path)
to open a *.pdf file from downloads folder. This works like charm with one problem.
Problem: a list of all apps which can open a pdf file is opened. If i select google pdf viewer, the file opens correctly. If I close and reopen, again I first have to select the google pdf viewer before the file
Elegant transition library for iOS & tvOS
-
Updated
Nov 22, 2019 - Swift
Explain what you did
ListItem uses the attribute activeOpacity to control the active opacity when it is activated. But this attribute is not documented in htt
Issue details
While in a LibGDX environment if you press down a key and then switch to any window outside of LibGDX's scope and release that key, the LibGDX environment does not detect that release event.
Upon re-entry to the LibGDX environment, there should probably be some re-polling evaluation of the keys LibGDX thinks are pressed keys to determine if they are still pressed or not.
A lightweight, pure-Swift library for downloading and caching images from the web.
-
Updated
Nov 23, 2019 - Swift
Essential cross-platform UI components for React Native
-
Updated
Nov 23, 2019 - JavaScript
The documentation to deploy an SPA with the now command is outdated. It's no longer possible to switch to version 1.0 to deploy a project for "new" users (since the beginning of 2019?).
I'd like to add that I was able to use V2.0 by changing the distPath build option in the quasar config file to "public/". This, on top of adding the "build": "quasar build" script in package.json, seemed t
Wire up test-spec-defined targets to the app target as well as (or instead of) the library target
This is a request for CocoaPods to wire up test-spec-defined targets to the app target as well as (or instead of) the library target.
A clean and lightweight progress HUD for your iOS and tvOS app.
-
Updated
Nov 22, 2019 - Objective-C
Create a React Native app on any OS with no build config.
-
Updated
Nov 22, 2019 - JavaScript
We seem to have deprecated the render object without leaving a widget in place to use it. We should just remove it.
History: flutter/flutter#37024