Re: What the actual heck?

2014-04-16 Thread Kevin Meaney
I have received the same e-mail also with a IP starting with 17. Kevin On 16 Apr 2014, at 05:25, Kyle Sluder k...@ksluder.com wrote: On Tue, Apr 15, 2014, at 09:19 PM, Bryan Vines wrote: Hi folks. So I just got a “Mailing list removal confirmation notice” which said the list had received

Socket Programming on iOS

2014-04-16 Thread Dilum Nawanjana
Listening to a Port from an iOS device is not very easy task in cocoa framework. I tried to develop an app that works as a server to listen to a port to start the Client Server conversation. I have to read a lot before I create that app. Working as a Client in iOS device is pretty easy. But when

Re: Socket Programming on iOS

2014-04-16 Thread Jens Alfke
On Apr 16, 2014, at 11:42 AM, Dilum Nawanjana dilumnawanj...@gmail.com wrote: Working as a Client in iOS device is pretty easy. But when it comes to Server cocoa framework is not very much handy for that. We have to code using basic C language for the implementation. There are a number of

iOS 7 navigation bar height

2014-04-16 Thread ico
Hi All, First of all, let me show you the rule about the height of navigation bar in iOS7, quote from the web ( http://blog.jaredsinclair.com/post/61507315630/wrestling-with-status-bars-and-navigation-bars-on-ios-7 ) -- 1. UINavigationController will alter the height of its

Re: iOS 7 navigation bar height

2014-04-16 Thread Alex Kac
topLayoutGuide is what you want. https://developer.apple.com/library/ios/documentation/uikit/reference/UIViewController_Class/Reference/Reference.html#//apple_ref/occ/instp/UIViewController/topLayoutGuide The topLayoutGuide property comes into play when a view controller is frontmost onscreen.