
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,012 public repositories matching this topic...
A curated list of awesome iOS ecosystem, including Objective-C and Swift Projects
-
Updated
Oct 16, 2019 - 5 commits
- Swift
New Issue Checklist
- Updated fastlane to the latest version
- I read the Contribution Guidelines
- I read [docs.fastlane.tools](https:/
An awesome list that curates the best Flutter libraries, tools, tutorials, articles and more.
-
Updated
Oct 16, 2019 - 1 commits
- Dart
:iphone: Collaborative List of Open-Source iOS Apps
-
Updated
Oct 16, 2019 - 3 commits
- Swift
A simple zero-config tool to make locally trusted development certificates with any names you'd like.
-
Updated
Oct 16, 2019 - 121 commits
- Go
An iOS library to natively render After Effects vector animations
-
Updated
Oct 16, 2019 - 787 commits
- Swift
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
A collaborative list of awesome Swift libraries and resources. Feel free to contribute!
-
Updated
Oct 16, 2019 - 3 commits
- Swift
Is your feature request related to a problem? Please describe.
UIApplication#openURL(_:)
is deprecated since iOS 10. It appears to be available still in iOS 12, but it will eventually need to be replaced and I could not find an issue for this.
This is used by tns-core-modules/utils
's openUrl
[here](https
Elegant transition library for iOS & tvOS
-
Updated
Oct 16, 2019 - 439 commits
- Swift
We've recently updated our github workflow to have 3 branches:
master
- current version on npm that's live
next
- upcoming features and changes
patch
- bug fixes (usually released within a day)
We should update the contributing section on the website and maybe .github/CONTRIBUTING.md to let users know which branch they should base their changes on if they want to make a pull request.
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
Oct 16, 2019 - 1 commits
- Swift
Essential cross-platform UI components for React Native
-
Updated
Oct 16, 2019 - 2 commits
- JavaScript
This feature allows you search a page directly by just typing its URL and "TAB" key. It works on Quasar forum for example (but also on YouTube, Facebook, StackOverflow etc.).
This would be very handy, because you can skip two steps when looking up a docs page.
What we need to do to achieve this:
- Sync search input with URL query (or route param, but query is probably easier with current
A clean and lightweight progress HUD for your iOS and tvOS app.
-
Updated
Oct 16, 2019 - 768 commits
- Objective-C
Create a React Native app on any OS with no build config.
-
Updated
Oct 16, 2019 - 259 commits
- JavaScript
Learn about ios
- Website
- www.apple.com/ios
- Wikipedia
- Wikipedia
Issue Description
Method
Future<LatLng> getLatLng(ScreenCoordinate screenCoordinate)
returns different results for the sameScreenCoordinate
on iOS and Android.Steps to Reproduce
GoogleMap
widget filling entire device screen.initialCameraPosition.target
to (lat; lng) coordinates.GoogleMapController
inonMapCreated
handler.onCameraIdle