objective-c tag

189 questions


1 answers
122 views
0
Objective-C autolayout Questions

I tried to set ImageView as a child of ScrollView on the Objective-C storyboard and autolayout as ImageView, but it didn't apply properly no matter how much I tried, and the ImageView became strange (...


1 answers
66 views
0
Information on how to initialize the NSTextField

How do I substitute NSTextField for the initial value of the string before View is drawn?OSX 10.10.1 (Yosemite) + Xcode 6.1 + Swift 1.1 is creating a program using NSTextFiled.When I tried to write a ...

2 years ago

1 answers
75 views
0
I want to suppress the apps that users launch on Macosx.

Developed with Xcode Objective-C.In Mac OS X, one of the apps that the user instructed to launch is I want to suppress the ability to launch only certain applications.In addition, in that case, the ap...

2 years ago

1 answers
143 views
0
iOS 8.3.0 dyld: lazy symbol binding failed: Symbol not found

Device: 5s,6 (simulator)iOS: 8.3.0xCode:8.0The following error occurs when I am using the application I am creating.By the way, regarding ReactNative, not only RN, but also many similar error reports ...


1 answers
125 views
0
Do not display "Back to Previous App" in iOS status bar

We are developing at Unity.I have the iOS app display the status bar, but I don't want it to display Back to the previous app.void_HidesBackButton(){ UINavigationController* navigationController= (UIN...

2 years ago

1 answers
94 views
0
How Swift Passes Closure to Arguments

I would like to detect on Swift that the UITableView has been loaded.http://qiita.com/corocorococoro/items/1c80681cd7e1fddc3ba3See the for information on extension UITableView { ・・・}I tried to write i...

2 years ago

2 answers
109 views
0
iOS 9 Quick Action screen transition

We are developing Quick Action (3D touch) implemented from iOS 9 and later.I was able to call the specified ViewController (StoryBoard) from within Appdelegate, but I don't know how to call TabBarCont...

2 years ago

1 answers
75 views
0
I want to create a report screen (including text, diagrams, etc.) on iOS.

I would like to display the results (reports) after a series of operations on the iOS app.The result format is commonplace and is outlined in ----------------------- (abbreviated below) Basic Informat...

2 years ago

2 answers
89 views
0
There is a service that allows applications to be developed only by using the GUI, but I don't know why. (It may be related to parsing.)

appinventor just wear the parts you like on the web You can easily create an Android app.http://www.atmarkit.co.jp/ait/articles/1103/15/news087.htmlI was surprised that it was easy, but I am having tr...


1 answers
70 views
0
How to Read Resource Fork Information in OS X 10.6

The program currently under development will need to load the SoundDesigner2 file .sd2.In order to read the data written on the resource fork, I used to use StringHandle GetString(short stringID) in T...

2 years ago
« - 7 - »

© 2024 OneMinuteCode. All rights reserved.