-
Updated
Nov 28, 2021 - Swift
Xcode

Xcode is an integrated development environment (IDE) for macOS containing a suite of software development tools developed by Apple for developing software for macOS, iOS, watchOS, and tvOS. Xcode pulls all the tools needed to produce an application (particularly a text editor, a compiler, and a build system) into one software package rather than leaving them as a set of individual tools connected by scripts.
Here are 4,513 public repositories matching this topic...
-
Updated
Dec 2, 2021 - JavaScript
-
Updated
Dec 6, 2021 - Swift
-
Updated
Nov 30, 2021 - Swift
-
Updated
Nov 11, 2021 - Objective-C
-
Updated
Dec 5, 2021 - Swift
-
Updated
Oct 21, 2021
Is your feature request related to a problem? Please describe.
Doc string states:
Date().weekday -> 5 // fifth day in the current week.
Guess what, 5 is not friday. It's thursday. It makes some sense after i dug deeper, but as a programmer, i assumed monday could be 0 or 1, therefore thursday should be 3 or 4. Monday is 2! Because sunday is 1!
**Describe the solution you'd li
-
Updated
May 12, 2020
Constants like 29046
as seen here:
https://github.com/OpenRCT2/OpenRCT2/blob/eba42a958465e7d882fa1170ad8332daa4e2bf0c/src/openrct2/ride/VehiclePaint.cpp#L3049
Should be named SPR_SOME_NAME
and put into sprites.h, there might be arrays that hold those. It should be easy to find them by looking for calls to PaintAddImageAsChild or PaintAddImageAsParent.
I'd like there to be an option to have code blocks be line wrapped. Maybe a check box for it in Rendering -> "Syntax highlighted code block" next to "Show line numbers" etc.?
If I try hard enough I can dig through the css files in Contents/Resources/Prism/themes and change "white-space: pre;" to "white-space: pre-wrap;", but doing so breaks the code signature of the app. And that's not a very n
-
Updated
Dec 4, 2021 - Swift
-
Updated
Nov 30, 2021 - Ruby
-
Updated
Dec 1, 2021 - Objective-C
-
Updated
Aug 20, 2021 - Objective-C
-
Updated
Dec 3, 2021 - Swift
-
Updated
Dec 6, 2021 - Swift
-
Updated
Dec 4, 2021 - JavaScript
-
Updated
Mar 16, 2021 - Swift
-
Updated
Jul 26, 2021 - Objective-C
-
Updated
Aug 19, 2021 - Objective-C
-
Updated
Oct 9, 2020 - Objective-C
https://user-images.githubusercontent.com/793774/144639050-aae1b374-c4ab-4767-85ae-6898ccaf0756.mov
Expected behavior
When I tap the Username field I should be brought to only one of the Change Username screens
Actual behavior
Tapping on the Username field can push multiple Change Username screens
Steps to reproduce the behavior
- Launch app, make a new account
- O
-
Updated
Dec 5, 2021 - Swift
-
Updated
Nov 19, 2020 - Swift
What did you do?
Hi, many thanks to all the people maintaining the library and providing support❤️ .
I use a CAEmitterLayer to make some confettis pop as soon a view is displayed. When Hero is used to transition (wit