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 23,617 public repositories matching this topic...
Huge and nice collection and also getting very much appreciated from the community.
It would be great if somebody can translate into English then it will be reaching out to global.
Hello everyone !
Is there a documentation page that lists all the icons available (code name + image) in material design icons ?
I've found 2 websites but there are missing icons on both :
- https://material.io/resources/icons : where there's no "file_download" icon
- https://www.materialpalette.com/icons : where there's no "unfold_less/more" icon
But both "file_download" and "unfold_less
-
Updated
Feb 29, 2020 - Swift
Question Checklist
- Updated fastlane to the latest version
- I read the Contribution Guidelines
- I read docs.fastlane.tools
- I searched for existing GitHub issues
Question Subject
I want to use the provisioning prof
-
Updated
Feb 29, 2020 - Dart
Hello.does exist any documentation or wiki how to integrate this player on existing android app,or how to move from vitamio to jkplayer
Thanks
Filippo, as we discussed as GothamGo, using mkcert as an infrastructure CA to secure internal service-to-service http calls is probably a use case falls within the mission of mkcert. The readme provides enough detail on how to do this manually, but it warns against "production" use. Please clarify that this use case is not discouraged. Thanks.
-
Updated
Feb 29, 2020 - Swift
New Issue Checklist
- [V] I have read and understood the CONTRIBUTING guide
- [V] I have read the Documentation
- [V] I have searched for a similar issue in the project and found #2881, but that issue does not have enough informatio
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
Check these before submitting:
- The issue doesn't involve an [Unsupported Feature](https://github.com/airbnb/lottie-ios/blob/master/README.md#supported-after-effects-feat
-
Updated
Feb 29, 2020 - Swift
Is your feature request related to a problem? Please describe.
When implementing a textField with next return key type, the keyboard is dismissed and focusing another textField brings it back BUT a flick is produced.
Describe the solution you'd like
I'd like to be able to prevent the textFieldShouldReturn implementation from always dimissing soft input.
**Describe alternatives yo
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.
iOS 11
Same scenario to view UIImage like WhatsApp
when swipe to dismiss Image Viewer (UIViewController)
on the Chat screen, scroll indicator behaves abnormally, it becomes smaller.
Again if you will tap on UIImage in collectionView to enlarge image
and come again to Chat screen from ImageViewerController (Image Viewer), it will become more smaller and also changing the top and bottom positio
-
Updated
Feb 29, 2020 - Swift
Issue details
Camera.unproject does not return original value
Reproduction steps/code
public void create() {
Vector2 tmpvec = new Vector2();
tmpvec.set(0, 0);
Stage stage = new Stage(new ScreenViewport());
stage.stageToScreenCoordinates(tmpvec); // has the correct screen coords;
stage.screenToStageCoordinates(tmpvec);
use this code to set image
cell.imageView.kf.setImage(with: URL.init(string: icon))
but imageView show image just before setted when i set image like below:
cell.imageView.image = uiimage(named: string)
cell.imageView.image = nil
by the way, this happened a few times.
what should i do to clean image when the cell reused?
- Framework7 version: 3.x, 4.x, 5.x
- Platform and Target: Android Cordova
Describe the bug
If you increase font size in Android system settings text in many components is misaligned
e.g. Buttons, Dialog.
To Reproduce
Install Framework7 Kitchen Sink as Cordova app.
Expected behavior
Correct position of component text e.g. Button, Dialog.
Actual Behavior
Wrong or
- cocos2d-x version: 3.17.1
- devices test on: windows 10
- developing environments
- NDK version:19.0.5232133
- Xcode version:
- VS version:
- browser type and version:
Steps to Reproduce:
I have posted this question over the discussion form
textfield
First: cursor shows up in the middle even though we set anchor point somewhere else
Second: position change when
The prerequisites in the Building Realm section of README.md mention:
Building Realm requires Xcode 8.x.
The current wording implies that only Xcode 8.x is supported, but Xcode 11 support landed via #6163.
This should be updated to "Xcode 8.x or newer" as appropriate for what is actually supported & tested. Since X
Hi,
thank you for the awesome work on NativeBase.
I have gone through these following points
- Check latest documentation: https://docs
-
Updated
Feb 29, 2020 - Java
What do you think about adding some mechanism to CocoaPods to prevent users from using the global gem instead of the local one?
It could be a waning similar to how fastlane's:
Related issue: fastlane/fastlane#9435.
Or i
-
Updated
Feb 28, 2020 - Objective-C

Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.


RE:https://github.com/flutter/flutter/blob/0b8abb4724/packages/flutter/lib/src/widgets/layout_builder.dart#L203
Seeing as a
LayoutBuilderwith no child widget is useless, i proposed that the param should be required.