xcode tag

271 questions


3 answers
68 views
0
About the language specifications of the swift cast

Please tell me the difference between as Int and Int().If you use as Hoge when you cast with swift, it will be cast.Also, Int() is recognized as a function that casts into Int.I looked at Apple's offi...

2 years ago

1 answers
39 views
0
About "NSUserDefaultsController"

I am reading the Objective-C programming overview documentation.Among them, a controller called NSUserDefaultsController appeared.In what kind of situations will this be used?I am writing to ask you a...

2 years ago

1 answers
39 views
0
DETECTION METHOD FOR CHANGING VALUE OF CLIPBOARD

I want Swift (OS X, Cocoa application) to detect a change in clipboard value.Currently, we are able to get the clipboard value, and we are able to reflect it on the label by pressing the button.The ne...

2 years ago

1 answers
57 views
0
swift4 Understanding the passing of values between different views

As I wrote in swift4, it is not possible to pass values between different views.I would like to save the text I wrote in ViewController1 to userdefaults and display it in ViewController2's tableView.I...

2 years ago

1 answers
36 views
0
I set the icon in Xcode, but somehow there is a black frame.

I set it as above, but when the application starts, It will be displayed like this.Above is the icon.Modified

2 years ago

1 answers
37 views
0
How to Apply MDCSwipeToChose Framework

I am a beginner at Swift, but I would like to create an application using MDCSwipeToChoose, so I would like to refer to the following article in Qiita and create the same one for practice, but I got a...

2 years ago

1 answers
95 views
0
I set sizeClass to Regular on iOS9~ iPad, but it doesn't reflect.

On ipad, there is an item that sizeClass is specified as regular in order to change this layout, but both the emulator and the actual machine do not respond, and for some reason the setting of any is ...

2 years ago

1 answers
70 views
0
How to Keep IBInspectable Strings in an Array in a Custom Class Inherited from UIView

For custom classes inherited from UIView, you can create IBInspectable properties in the following ways:@property(strong, nonatomic) IBInspectable NSSstring*customTitle;However, with this method, it i...


1 answers
38 views
0
I want to get the currently active UIViewController from AppDelegate

I would like to know which UIViewController is currently active to use Notificationfor Objective-C[self.window.rootViewController presentedViewController];It was written that you can check in How can ...

2 years ago

1 answers
79 views
0
I can't install Lxml on my Mac

Scrapy I need Lxml before installing, but I keep getting errors I checked that libxml2 and libxslt are also brew installed, and both are good.What should I do?In file included from src/lxml/lxml.etree...

2 years ago
« - 26 - »

© 2024 OneMinuteCode. All rights reserved.