futuretap / InAppSettingsKit

This iOS framework allows settings to be in-app in addition to or instead of being in the Settings app.
https://www.futuretap.com/blog/inappsettingskit-3-0
Other
3.18k stars 544 forks source link

Toggle Switch is outside table cell #73

Closed mladjan closed 12 years ago

mladjan commented 12 years ago

When I set toggle switch in table cell, it is not perfectly aligned right. Screenshot: http://cl.ly/1p3P3b342p0J003b3w0Z

How to fix this?

futuretap commented 12 years ago

Hm, never seen this. Does this also happen in the sample app?

mladjan commented 12 years ago

Yes, it's sample app (untouched) running in iPhone simulator 4.3 (on device the same thing).

rickybloomfield commented 12 years ago

I just downloaded the latest source and am seeing the same behavior. I'm running Xcode 4.2 beta - could this be the issue (what are you running mladjan?)

mladjan commented 12 years ago

Lion, xCode 4.2, iOS 5 SDK This can be problem with SDK, not xCode (I think).

rickybloomfield commented 12 years ago

Probably the SDK. I'm seeing the issue when I build with the 4.3 SDK under Xcode 4.2 beta, but I don't see the issue when I build with the 5.0 SDK under Xcode 4.2 beta. Interesting that I only see it with the current SDK, though, and not the beta.

mladjan commented 12 years ago

I will try to build with xCode 4.1 and 4.3 SDK on Snow Leopard latter.

rickybloomfield commented 12 years ago

Just FYI, it does work fine with Xcode 4.0.2 and the 4.3 SDK. It seems to be a bug specific to Xcode 4.2 in combination with the 4.3 SDK. Just something to be aware of if this persists when Xcode 4.2 leaves beta.

mladjan commented 12 years ago

I just builded with xCode 4.1 and iOS 4.3 SDK and works fine. It's xCode/SDK issue. I can close this :)