Skip to content
This repository has been archived by the owner on Jul 25, 2019. It is now read-only.

No spacing above "Give Feedback" cell #49

Closed
martinjbaker opened this issue May 14, 2012 · 5 comments
Closed

No spacing above "Give Feedback" cell #49

martinjbaker opened this issue May 14, 2012 · 5 comments

Comments

@martinjbaker
Copy link
Contributor

The "Give Feedback" cell is slammed right up against the nav bar at the top, rather than having the usual spacing. This is using 1.1.0 of the SDK.

@austintaylor
Copy link
Contributor

Can you provide a screenshot? There should be a "Feedback & Support" header and the top, with standard spacing all around.

@martinjbaker
Copy link
Contributor Author

@martinjbaker
Copy link
Contributor Author

I see what's happening. It's because the UserVoice.strings files in the 1.1.0 SDK download are empty.

@austintaylor
Copy link
Contributor

Ooh. That's not good. I just uploaded 1.1.1, which doesn't have this problem.

@martinjbaker
Copy link
Contributor Author

Actually I'm still having the same problem even with using the current master branch. I can see that the UserVoice.strings files contain text and have confirmed that the English version is being correctly copied into the built app at en.lproj/UserVoice.strings but the header text on the table view is still missing.

If I call in my own code
NSLocalizedStringFromTable(@"Feedback & Support", @"UserVoice", nil);

then it just returns the key, not the actual text in the strings file. But even so, at least it returns something, so I'm confused why the table section headers aren't being shown.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants