-
Updated
Jun 29, 2020 - 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 2,952 public repositories matching this topic...
New Issue Checklist
- I have looked at the Documentation
- I have read the F.A.Q.
- I have filled out this issue template.
Issue Info
| Info | Value |
|---|
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
-
Updated
Mar 28, 2020 - Objective-C
-
Updated
Jul 3, 2020 - JavaScript
-
Updated
Jun 19, 2020
It will be better if you provide an example with MVC and MVVM or other Patterns.
Examples are more valuable to understand the context
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
Tweak scream amount
OpenRCT2, v0.2.5-127-g0cbd70029 (0cbd700 on develop) provided by GitHub
Windows 7 (x86-64)
Some ideas I had posted here: OpenRCT2/OpenRCT2#11070 (comment)
Muting is a bad idea I agree, but the screaming should be tweaked. This has been brought up on both the RCF discord and in the project's new own server too:
Making it so they don't scream
-
Updated
May 19, 2020 - Objective-C
Documentation for ipa distribute:hockeyapp documents release option as follows
-r, --release RELEASE Release type: 0 - Beta, 1 - Store, 2 - Alpha , 3 - Enterprise
One may think that correct values for release argument are "0", "1", "2" and "3". But that is not true. Passing an option like --release 3 will result in the following error message
invalid argument: --release 3
S
-
Updated
Oct 1, 2019 - Swift
The current menu bar icon(s) are not made with a non-retina screen in mind.
The shapes, especially the three lines in the middle, appear very blurry:
Zoomed in:
 Then make the changes.
Tapping a row should dismiss the view and navigate the user to the selected site.
<img width="227" alt="Screen Shot 2020-02-24 at 4 05 47 PM" src="https://user-ima
It can be really cool to get XcodeClangFormat app for Xcode 8 via homebrew cask.
This is the documentation : https://github.com/caskroom/homebrew-cask/blob/master/doc/development/adding_a_cask.md
It would be good to have an ability to pass quality parameter when saving jpeg images.
Or probably global variable like:
Disk.jpegCompressionQuality = 0.95
This would save half of disk space
-
Updated
Feb 7, 2020 - Objective-C



What did you do?
Using the City Guide example
What did you expect to happen?
If I select a cell (say Toronto) I expect Toronto to be the cell that performs the 'present modally' segue animation
What happened instead?
instead another random cell expands
General Information
iOS Version(s): 13
Swift Version: 5
Devices/Simulators: iphone x
Reproducibl