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.
Here are 24,731 public repositories matching this topic...
-
Updated
May 1, 2020
-
Updated
Apr 30, 2020 - Swift
-
Updated
May 1, 2020 - Ruby
-
Updated
May 1, 2020 - Dart
-
Updated
May 2, 2020
-
Updated
May 1, 2020 - Swift
There is a difference in safegetzipfile method between xlsx.js & xlsx.mini.js.
One is missing replace(/^Root Entry[\/]/,"") so I get this error "Cannot find file [Content_Types].xml in zip" ev
-
Updated
Apr 29, 2020 - Swift
-
Updated
Apr 30, 2020 - 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.
Environment
Provide version numbers for the following components (information can be retrieved by running tns info in your project folder or by inspecting the package.json of the project):
- CLI: 6.2.2
- Cross-platform modules: 6.0.1
- Android Runtime: 6.2.0
- iOS Runtime: 6.2.0
- Plugin(s): unrelated
Describe the bug
openFile method of utils module does not preview the
-
Updated
Apr 24, 2020 - Swift
-
Updated
Apr 25, 2020 - Swift
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.
-
Updated
Apr 29, 2020 - Swift
Describe the bug
The app icons of a fresh new electron application are missing on Linux.
To Reproduce
Steps to reproduce the behavior:
-
Run:
npm install -g @quasar/cli
quasar create testproject
cd testproject
quasar mode add electron -
Run '
ls src-electron/icons/' -
Result is:
icon.icns icon.ico linux-512x512.png
Expected behavior
All icons describ
-
Updated
Apr 30, 2020 - C++
-
Updated
Apr 30, 2020 - Java
-
Updated
May 1, 2020 - Objective-C
-
Updated
Apr 30, 2020 - JavaScript
pod --version
1.9.1
- [x ] I've read and understood the CONTRIBUTING guidelines and have done my best effort to follow.
Report
Most legitimate bots I see on a server report who they are. When I saw user agent of "Ruby" it made me feel something suspicious is going on. Then I did a test and cocoapods jus
-
Updated
Apr 26, 2020 - Objective-C
It can be useful to add a toString() and toStringShort() methods for device_info plugin. Instead of getting the fields one by one, we can use these methods for quick information about the device.