Identity Inspector Not showing Xcode
I am new to IOS I want to link my viewcontroller to swift file..But for me show the identity inspector option is not showing...
please find screen shot below
please any one tell me how to link my swift file to my viewcontroller
or how to find show the identity inspector options
2.I am not able to link my class custom class dropdown is empty
xcode
add a comment |
I am new to IOS I want to link my viewcontroller to swift file..But for me show the identity inspector option is not showing...
please find screen shot below
please any one tell me how to link my swift file to my viewcontroller
or how to find show the identity inspector options
2.I am not able to link my class custom class dropdown is empty
xcode
you must need to create a UITabBarController file for this
– wings
Nov 16 '18 at 9:57
Oh ok sir...how to created that UITabBarController...please help sir..I am new..I seen one video based I am developing
– Gowthaman M
Nov 16 '18 at 10:01
add a comment |
I am new to IOS I want to link my viewcontroller to swift file..But for me show the identity inspector option is not showing...
please find screen shot below
please any one tell me how to link my swift file to my viewcontroller
or how to find show the identity inspector options
2.I am not able to link my class custom class dropdown is empty
xcode
I am new to IOS I want to link my viewcontroller to swift file..But for me show the identity inspector option is not showing...
please find screen shot below
please any one tell me how to link my swift file to my viewcontroller
or how to find show the identity inspector options
2.I am not able to link my class custom class dropdown is empty
xcode
xcode
edited Nov 16 '18 at 10:16
Martin R
404k56894994
404k56894994
asked Nov 16 '18 at 9:18
Gowthaman MGowthaman M
4,64861840
4,64861840
you must need to create a UITabBarController file for this
– wings
Nov 16 '18 at 9:57
Oh ok sir...how to created that UITabBarController...please help sir..I am new..I seen one video based I am developing
– Gowthaman M
Nov 16 '18 at 10:01
add a comment |
you must need to create a UITabBarController file for this
– wings
Nov 16 '18 at 9:57
Oh ok sir...how to created that UITabBarController...please help sir..I am new..I seen one video based I am developing
– Gowthaman M
Nov 16 '18 at 10:01
you must need to create a UITabBarController file for this
– wings
Nov 16 '18 at 9:57
you must need to create a UITabBarController file for this
– wings
Nov 16 '18 at 9:57
Oh ok sir...how to created that UITabBarController...please help sir..I am new..I seen one video based I am developing
– Gowthaman M
Nov 16 '18 at 10:01
Oh ok sir...how to created that UITabBarController...please help sir..I am new..I seen one video based I am developing
– Gowthaman M
Nov 16 '18 at 10:01
add a comment |
2 Answers
2
active
oldest
votes
Click the last button in your Xcode
You need to subClass it here
thank you sir...I have tried one hour thanks lot....
– Gowthaman M
Nov 16 '18 at 9:23
Happy Coding :D
– wings
Nov 16 '18 at 9:25
can you tell How to link my swift class..
– Gowthaman M
Nov 16 '18 at 9:28
just select the storyboard and click on the double circle icon ;D
– wings
Nov 16 '18 at 9:28
ok sir let me check
– Gowthaman M
Nov 16 '18 at 9:32
|
show 7 more comments
You can click it right here, you will see the tap
1
Thanks man...I got it
– Gowthaman M
Nov 16 '18 at 9:25
your welcome....
– Anonymous-E
Nov 16 '18 at 9:26
add a comment |
Your Answer
StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53334771%2fidentity-inspector-not-showing-xcode%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
Click the last button in your Xcode
You need to subClass it here
thank you sir...I have tried one hour thanks lot....
– Gowthaman M
Nov 16 '18 at 9:23
Happy Coding :D
– wings
Nov 16 '18 at 9:25
can you tell How to link my swift class..
– Gowthaman M
Nov 16 '18 at 9:28
just select the storyboard and click on the double circle icon ;D
– wings
Nov 16 '18 at 9:28
ok sir let me check
– Gowthaman M
Nov 16 '18 at 9:32
|
show 7 more comments
Click the last button in your Xcode
You need to subClass it here
thank you sir...I have tried one hour thanks lot....
– Gowthaman M
Nov 16 '18 at 9:23
Happy Coding :D
– wings
Nov 16 '18 at 9:25
can you tell How to link my swift class..
– Gowthaman M
Nov 16 '18 at 9:28
just select the storyboard and click on the double circle icon ;D
– wings
Nov 16 '18 at 9:28
ok sir let me check
– Gowthaman M
Nov 16 '18 at 9:32
|
show 7 more comments
Click the last button in your Xcode
You need to subClass it here
Click the last button in your Xcode
You need to subClass it here
edited Nov 16 '18 at 10:05
answered Nov 16 '18 at 9:22
wingswings
1,113524
1,113524
thank you sir...I have tried one hour thanks lot....
– Gowthaman M
Nov 16 '18 at 9:23
Happy Coding :D
– wings
Nov 16 '18 at 9:25
can you tell How to link my swift class..
– Gowthaman M
Nov 16 '18 at 9:28
just select the storyboard and click on the double circle icon ;D
– wings
Nov 16 '18 at 9:28
ok sir let me check
– Gowthaman M
Nov 16 '18 at 9:32
|
show 7 more comments
thank you sir...I have tried one hour thanks lot....
– Gowthaman M
Nov 16 '18 at 9:23
Happy Coding :D
– wings
Nov 16 '18 at 9:25
can you tell How to link my swift class..
– Gowthaman M
Nov 16 '18 at 9:28
just select the storyboard and click on the double circle icon ;D
– wings
Nov 16 '18 at 9:28
ok sir let me check
– Gowthaman M
Nov 16 '18 at 9:32
thank you sir...I have tried one hour thanks lot....
– Gowthaman M
Nov 16 '18 at 9:23
thank you sir...I have tried one hour thanks lot....
– Gowthaman M
Nov 16 '18 at 9:23
Happy Coding :D
– wings
Nov 16 '18 at 9:25
Happy Coding :D
– wings
Nov 16 '18 at 9:25
can you tell How to link my swift class..
– Gowthaman M
Nov 16 '18 at 9:28
can you tell How to link my swift class..
– Gowthaman M
Nov 16 '18 at 9:28
just select the storyboard and click on the double circle icon ;D
– wings
Nov 16 '18 at 9:28
just select the storyboard and click on the double circle icon ;D
– wings
Nov 16 '18 at 9:28
ok sir let me check
– Gowthaman M
Nov 16 '18 at 9:32
ok sir let me check
– Gowthaman M
Nov 16 '18 at 9:32
|
show 7 more comments
You can click it right here, you will see the tap
1
Thanks man...I got it
– Gowthaman M
Nov 16 '18 at 9:25
your welcome....
– Anonymous-E
Nov 16 '18 at 9:26
add a comment |
You can click it right here, you will see the tap
1
Thanks man...I got it
– Gowthaman M
Nov 16 '18 at 9:25
your welcome....
– Anonymous-E
Nov 16 '18 at 9:26
add a comment |
You can click it right here, you will see the tap
You can click it right here, you will see the tap
answered Nov 16 '18 at 9:24
Anonymous-EAnonymous-E
528318
528318
1
Thanks man...I got it
– Gowthaman M
Nov 16 '18 at 9:25
your welcome....
– Anonymous-E
Nov 16 '18 at 9:26
add a comment |
1
Thanks man...I got it
– Gowthaman M
Nov 16 '18 at 9:25
your welcome....
– Anonymous-E
Nov 16 '18 at 9:26
1
1
Thanks man...I got it
– Gowthaman M
Nov 16 '18 at 9:25
Thanks man...I got it
– Gowthaman M
Nov 16 '18 at 9:25
your welcome....
– Anonymous-E
Nov 16 '18 at 9:26
your welcome....
– Anonymous-E
Nov 16 '18 at 9:26
add a comment |
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53334771%2fidentity-inspector-not-showing-xcode%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
you must need to create a UITabBarController file for this
– wings
Nov 16 '18 at 9:57
Oh ok sir...how to created that UITabBarController...please help sir..I am new..I seen one video based I am developing
– Gowthaman M
Nov 16 '18 at 10:01