-
Updated
Jan 16, 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 3,960 public repositories matching this topic...
-
Updated
Dec 9, 2020 - Swift
-
Updated
Jan 15, 2021 - Swift
-
Updated
Jan 6, 2021 - Swift
-
Updated
Jan 5, 2021 - Objective-C
-
Updated
Jan 7, 2021 - JavaScript
-
Updated
Jan 12, 2021
-
Updated
May 12, 2020
See #13737 for more details.
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
Jan 4, 2021 - Swift
-
Updated
Jan 11, 2021 - Ruby
-
Updated
Nov 3, 2020 - Objective-C
-
Updated
May 14, 2019 - Objective-C
-
Updated
Jan 22, 2021 - Swift
-
Updated
Jan 14, 2021 - Swift
-
Updated
Jan 21, 2021 - Swift
-
Updated
Jan 6, 2021 - Objective-C
-
Updated
Jan 9, 2021 - JavaScript
-
Updated
Jan 6, 2021 - Objective-C
-
Updated
Oct 9, 2020 - Objective-C
Expected behavior
(no title)
entry should be displayed if the page title is empty, just like in the Site Pages screen
Actual behavior
Blank entry is displayed if the page title is empty
Steps to reproduce the behavior
- My Site
- Site Pages
- Create a page and leave the title empty
- Tap on the ellipsis icon for a page (other than the page you created in step 3)
- S
-
Updated
Nov 19, 2020 - Swift
What did you do?
I tried to call
NSUbiquitousKeyValueStore.url(forKey:)
because I know there is [UserDefault.url(forKey:)](https://developer.apple.com/documentation/foundation/userdefaults/1408648-u