Xcode 14: Does anyone know how to remove the blue tint on lines where changes have been made? - ios

Problem
Within the Xcode 14 IDE, I have been facing an annoying issue where the lines I am editing tint blue. I have disabled Show Source Control changes within Preferences, yet it does not remove it. I have attached an image to show you what it looks like. I really hope you can help as I am finding the blue tints everywhere in my code very distracting and annoying.
Just ignore the code - it's just to show what happens when changes are made in the editor. 😊

There's a button next to where you can show the canvas, 2 arrows pointing in opposite directions. Try pressing it.

In case if the icon mentioned in accepted answer is missing, go to View in Xcode top navigation bar and click Show Code Review.

Related

How to disable green highlight in Spyder

does anybody knows how to disable the green highlight in Spyder editor as I show in the picture below?
Thanks
Spyder has many settings which the user can change.
In Preferences>Tools>Appearance>Edit Selected Scheme we can select the colors of several highlights, including current cell. (followed by OK then Apply, which can take a few seconds, then OK).
Setting this to #19232d (which seems to be the color of the overall dark theme background) at least gives the appearance of highlighting having been stopped.
There seems to be no way of setting such a color to transparent (in the CSS sense).
Under Tools>Preferences>Editor it seems as though we can unset highlighting of the current cell, but this appears to get overwritten by the Highlight Occurrences after selection, and setting that to something huge in the hopes it would not kick in did not seem to work.
However, I do not claim to be a Spyder expert and would welcome feedback from those who are and who perhaps know of ways of stopping highlighting in certain areas completely.
(Spyder maintainer here) This is caused by a bug in our code. It'll be fixed in our 4.2.0 version, to be released in November 2020.
In the meantime, the solution is to reactivate the option Highlight current line, present in the menu Tools > Preferences > Editor > Display.

iOS bar button icon image sometimes missing

I have weird problem with iOS 8 application: there is a bar button image with some icon.
Problem is that the icon is sometimes shown, but sometimes is missing (but item remains clickable - without any visible appearance, I just know it's there, so I know where to click).
I haven't seen any pattern that would suggest where could be problem, it just disappears and appears randomly.
Anyone had similar problem?
I have the problem in simulator and on device.
Check,
if the name of your image that you put with your button is same with the targeted image files you put in your assets files
Check the view layers. You might put the image button layer under some other view that block your button image

Icons for iOS Action Extensions Disappearing After Share Button Menu Disappears

I've been working on a couple of iOS action extensions for a while, but I have noticed an odd behavior I was wondering if anyone else saw. In short, after you install and turn the extension on from the share button menu and leave the menu, it disappears from the menu.
More specifically, when you first install the extension, you expect you have to press the share button, scroll the bottom bar menu (for the action extensions) all the way to the right, press the "More" button, toggle your extension on and then press done. At that point the icon for the extension will appear and you can use it. However, the next time you want to use the action extension, the icon will not appear and you have to repeat the process, even though when you look in the "More" menu, the toggle switches for your app are already flipped on.
I wish I could add images to further elaborate here, but I can't because of StackOverflow's rules.
I have not been able to find any information on this any where, so I was hoping someone here has noticed this behavior or not. Any help on resolving this would be greatly appreciated.
This has been a bug in iOS 8.3, and has been acknowledged by Apple.
Fixed in iOS 9.
Issue on OpenRadar
How to solve:
The new share extension is NOT visible in the default list, and is CHECKED in the “More…” list. Changing any of the switches and tapping Done will show the new share extension in the default list.

Xcode editor autoscrolls to the top of the page

Lately I have been experiencing strange behaviour in Xcode, after some period of coding it begins to autoscroll to the top of the current code page, and it wont let me scroll, if I am persistent in trying to scroll, my whole code disappears and the whole thing looks like this:
I am currently using Xcode 4.6.3 but the issue is also present in v. >= 5.0. Has anybody came across this type of problem. Please help, it is driving me mad.
EDIT:
I managed to get my code back by hiding and showing right panel in xCode, it seams to rebuilt the page, if U see in left corner of my screenshot there is a true line number but it is the only line in my editor, until I hide/show right panel then the code returns, after that if I continue scrolling it disappears again...
EDIT 2: Ok now I experienced another thing, my code just breaks, it turns in a bunch of letters scrambled across the screen, like code editor forgets all formatting and line breaks and just shows the code in some way. Again hide/show of right panel fixes the problem but just for a while.
The problem occurs when I make a syntax error or when intellisense offers me some autocomplete code and I don't complete that line in that exact moment. After that it's all down the hill. I'll try to capture the broken code and I'll post it when I do...
EDIT 3: I managed to capture the broken code so that you can see what I am up against:

ECSlider slight changes, Up to Down Menu Iphone

I am working with ECSSlider (https://github.com/edgecase/ECSlidingViewController) for iPhone. Need to make some changes in it. I need to show menu by sliding DOWN the top menu and then after selecting option slide back UP the top menu. I have tried making changes in it but couldn't get the desired results. Changed code is at:https://www.dropbox.com/s/3ujzfsvirktkxz4/ECSlidingViewController-master%20copy.zip
Please guide me if you know the way.

Resources