Re: Custom font in IB doesn't work reliably

2018-02-13 Thread Viacheslav Karamov
This happens when running the App as well. 13.02.2018 02:22, Saagar Jha wrote: Is this only happening in Interface Builder, or does it occur when running your app as well? Saagar Jha On Feb 12, 2018, at 13:48, Viacheslav Karamov <ubuntul...@yandex.ru <mailto:ubuntul...@yandex.ru&g

Custom font in IB doesn't work reliably

2018-02-12 Thread Viacheslav Karamov
I'm using custom iconic font in my project, added it to info.plist and "Copy Bundle Resources" phase. I set this as the font of labels in IB, but sometimes the glyphs from my font are rendered using system font. It happens rarely, but still. How can I avoid this? Thanks, Viacheslav.

Re: Background fetch is never called

2017-12-14 Thread Viacheslav Karamov
background execution time. On Dec 13, 2017, at 1:31 AM, Viacheslav Karamov <ubuntul...@yandex.ru> wrote: Yes, I confirm that 12.12.17 23:16, Steve Christensen wrote: Did you confirm that there is a UIBackgroundModes key in your app's Info.plist? UIBackgroundModes fetch On Dec 12

Re: Background fetch is never called

2017-12-13 Thread Viacheslav Karamov
Yes, I confirm that 12.12.17 23:16, Steve Christensen wrote: Did you confirm that there is a UIBackgroundModes key in your app's Info.plist? UIBackgroundModes fetch On Dec 12, 2017, at 6:23 AM, Viacheslav Karamov <ubuntul...@yandex.ru> wrote: I have configured Background

Background fetch is never called

2017-12-12 Thread Viacheslav Karamov
I have configured Background Fetch at the "Capabilities" tab in my Project's settings. Then added to the App delegate: -(void)application:(UIApplication *)application performFetchWithCompletionHandler:(void (^)(UIBackgroundFetchResult))completionHandler {     NSLog(@"### Received

Buy music on iTunes

2015-06-15 Thread Viacheslav Karamov
Hi all, Is it possible to buy music on iTunes store from my iOS app? Could you please point me to the way how can I achieve this? Thanks, Viacheslav. ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or

Re: Buy music on iTunes

2015-06-15 Thread Viacheslav Karamov
app to but the song. Remember that iTunes Music Store is not available in every country and region. On Jun 15, 2015, at 20:37, Viacheslav Karamov ubuntul...@yandex.ru wrote: Hi all, Is it possible to buy music on iTunes store from my iOS app? Could you please point me to the way how can I

Re: unapprehended about block in code

2014-08-08 Thread Viacheslav Karamov
completion is a block with return type void which has a parameter of type BOOL. A user could pass nil instead of block, so we need to check if block is supplied before invoke it. 08.08.14 10:45, User Mac wrote: - (void)dismissAnimated:(BOOL)animated completion:(void(^)(BOOL

Resizing Detail View of UISplitViewController

2014-01-09 Thread Viacheslav Karamov
Hello All, I'm using a UISplitViewController in my iPad app and I don't really like the way the popover view slides in and covers a third of the screen and stays there when in Portrait mode. I want it to look like it does when in Landscape mode. How can I resize the overall detail view

CGContextSetFillColorWithColor: invalid context 0x0

2013-10-30 Thread Viacheslav Karamov
I have two texitfields on login form. When I rotate the device, I got a lot of error message in a debugger console: Error: CGContextSetFillColorWithColor: invalid context 0x0. This is a serious error. This application, or a library it uses, is using an invalid context and is thereby

Re: CGContextSetFillColorWithColor: invalid context 0x0

2013-10-30 Thread Viacheslav Karamov
But do you have any workaround for it? 30.10.13, 12:26, Roland King пишет: OS bug, been reported quite a lot of times. On 30 Oct, 2013, at 6:07 pm, Viacheslav Karamov ubuntul...@yandex.ru wrote: I have two texitfields on login form. When I rotate the device, I got a lot of error message

Re: Scrollable GridView with fixed row and column

2013-10-16 Thread Viacheslav Karamov
Tom, thanks a lot! 16.10.13, 09:19, BareFeetWare пишет: On 16 Oct 2013, at 5:05 am, Vyacheslav Karamov ubuntul...@yandex.ru wrote: I need to implement Grid view for iOS 7 and newer. The users should have ability to scroll its contents both horizontally and vertically. They also should have

Re: Scrollable GridView with fixed row and column

2013-10-16 Thread Viacheslav Karamov
Thanks everyone again! I have found nice working example here http://www.raywenderlich.com/4680/how-to-make-an-interface-with-horizontal-tables-like-the-pulse-news-app-part-1 16.10.13, 09:19, BareFeetWare пишет: On 16 Oct 2013, at 5:05 am, Vyacheslav Karamov ubuntul...@yandex.ru wrote: I