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,490 public repositories matching this topic...
-
Updated
Feb 20, 2020
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 20, 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
This is a question about documentatio
IjkMediaPlayer player =new IjkMediaPlayer();
try {
player.setDataSource(imgBean.getData());
player.start();
} catch (Exception e) {
e.printStackTrace();
}
-
Updated
Feb 20, 2020 - Dart
- 原文链接:A Simple Guide to A/B Testing for Data Science
- Markdown文件:文件地址
- PR 地址:
- 文章分类:AI
- 注意:文件位置在
TODO1文件夹中,不是之前的TODO了。
- 翻译时间:5 天
- 校对时间:3 天
- 翻译积分:5 分
- 校对积分:2 ~ 3 分
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.
New Issue Checklist
- I have read and understood the CONTRIBUTING guide
- I have read the Documentation
- I have searched for a similar issue in the project and found none
Issue Info
Info |
-
Updated
Feb 20, 2020 - Swift
When trying to call XLSX.utils.json_to_sheet() I get the following error: o.hasOwnPropert is not a function
This most likely related to this issue.
This is a visual, non-crashing bug. I'm not 100% positive if I should report this issue to Lottie iOS, or bodymovin's repository, but I'll start here.
I was tasked with making a falling confetti animation. I avoided using CC Particle World, as well as using randomized locations via expressions.
The After Effects project is made using rows of animated "confetti noodle" shapes, which are com
-
Updated
Feb 20, 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.
Suggestion
We should add a .travis.yml and set up Travis CI. Although Hero has a limited test suite it's still useful to make sure that the project compiles
Short description of the issue:
Currently, the recommended way of extending the library is to use Observable.create() (https://github.com/ReactiveX/RxSwift/blob/master/Documentation/GettingStarted.md#custom-operators). However, this is only possible for the simplest cases.
More complex cases, will require us to understand the implementation details and copy Producer and Sink.
It c
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.
Check List
Thanks for considering to open an issue. Before you submit your issue, please confirm these boxes are checked.
- I have read the wiki page and cheat sheet, but there is no information I need.
- I have searched in [existing issues](https://github.com/onevcat/Kingfish
- 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: 4.0
- devices test on: Android Simulator refer the title
- developing environments
- NDK version: latest
- Xcode version:
- VS version:
- browser type and version:
Steps to Reproduce:
- Just run the cpp-tests
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
请补充如下信息。
期望的表现和实际的表现。(如有)
依赖DoKit的私有库 pod lint 的时候不用加 --allow-warnings
问题重现的步骤。(如有)
创建个pod 库依赖DoKit, 执行 pod lib lint
Android 还是 iOS?系统版本是多少?手机品牌是什么?(如有)
iOS
其他的错误信息和堆栈信息如果有也可以一并提供出来。(如有)
- WARN | xcodebuild: DoraemonKit/iOS/DoraemonKit/Src/Core/Category/UIImage+Doraemon.h:12:12: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _
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 20, 2020 - Objective-C



Hello Flutter Team,
I realy need this mini evolution to make beautifuler app
Proposal
Widget : Stepper
Proposal : be able to custom the margin for vertical stepper
In
stepper.dart, the margin is hard set.channel beta, line 552
We ne