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,227 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.
Dead Links
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
A curated list of awesome iOS ecosystem, including Objective-C and Swift Projects
-
Updated
Jan 27, 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
- Screengrab
- I've read all the doc
IjkMediaPlayer player =new IjkMediaPlayer();
try {
player.setDataSource(imgBean.getData());
player.start();
} catch (Exception e) {
e.printStackTrace();
}
- 原文链接:https://strapi.io/blog/build-a-blog-using-nuxt-strapi-and-apollo
- 简要介绍:前段时间有人推荐了如何使用nest、vue、mongodb,搭建博客。这篇文章是使用Nuxt.js、strapi 和 Apollo 搭建博客。其中Nuxt.js 是Vue的服务端渲染框架、strapi是一个很方便且开源的内容管理平台(这里用来管理数据库里的博客帖子),Apollo 用于 graphQL ,也就是前后端的交互。可以说是上次那篇博客的另一种实现方案。
另外...strapi现在在公测的beta版本,如果有正式版本发布,掘金翻译计划有没有兴趣翻译一下文档。。。strapi 在GitHub 上有21k 的star,还挺多的。
请完成并勾选一下三项:
- [ x
An awesome list that curates the best Flutter libraries, tools, tutorials, articles and more.
-
Updated
Jan 27, 2020 - Dart
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
- [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
:iphone: Collaborative List of Open-Source iOS Apps
-
Updated
Jan 27, 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.
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
A collaborative list of awesome Swift libraries and resources. Feel free to contribute!
-
Updated
Jan 27, 2020 - 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
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
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.
I can see only one usage of FATAL_SYNCHRONIZATION compiler flag. It is not so easy to add/delete compiler flags via Cocoapods, I would prefer to have simple bool flag.
I suggest moving it to Hooks enum, where all other debug settings placed. Consistency of settings also will be improved. And refactor synchronizationError like this:
private func synchronizationError(_ messaIssue 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);
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
There are UIWidget class functions that could be better named to indicate their true purpose and functionality.
For instance:
void Widget::addTouchEventListener(const ccWidgetTouchCallback& callback)
{
this->_touchEventCallback = callback;
}
void Widget::addClickEventListener(const ccWidgetClickCallback &callback)
{
this->_clickEventListener = callback;
}
void Widget::
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
Describe the bug
When the viewport is minimized to display left menu as dialog / modal, the accordion does not function and menu does not dismiss on click away.
This is discovered while using the docs section of quasar.dev and resizing to a smaller window.
https://quasar.dev/vue-components/tab-panels
I am not sure this is a Quasar bug or some other issue with how the docs section was
I have gone through these following points
- Check latest documentation: https://docs.nativebase.io/`
- Check for existing open/closed issues for a possible duplicate before creating a new issue: https://github.com/GeekyAnts/NativeBase/issues
- Use the latest NativeBase release: https://github.com/GeekyAnts/NativeBase/releases
- Check examples from NativeBase KitchenSink h
请补充如下信息。
期望的表现和实际的表现。(如有)
依赖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 _
- I've read and understood the CONTRIBUTING guidelines and have done my best effort to follow.
Report
What did you do?
- enabled
generate_multiple_pod_projectsin Podfile
What did you expect to happen?
- correctly migrate targets to separate projects, build project then
What happened instead?
Add tag for 2.2.6
The CHANGELOG makes reference to version 2.2.6, but there is no tag in this repo so it can't be checked out by Carthage (Carthage ends up checking out "2.0-beta8").

The documentation for
EditableText.minLinescan be better described likeEditableText.maxLines.cc/ @E1adi