Strange UIWebView issue after upgrading to Xcode8

2016-09-19 Thread Diederik Meijer
of these seem to fix this issue. Has anybody here run into this issue and are there any pointers towards a solution? Many thanks, Diederik ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments

Re: UITableView -reloadData woes

2016-02-12 Thread diederik
t; -Carl > > > ___ > > Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) > > Please do not post admin requests or moderator comments to the list. > Contact the moderators at cocoa-dev-admins(at)lists.apple.com > > Help/Unsu

Re: PSA: Does your app use Sparkle? Update it, or use an HTTPS server

2016-02-10 Thread diederik
> > > > Best > > > Phil > ___ > > Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) > > Please do not post admin requests or moderator comments to the list. > Contact the moderators at cocoa-dev-admins(at)list

Re: PSA: Does your app use Sparkle? Update it, or use an HTTPS server

2016-02-09 Thread diederik
g list (Cocoa-dev@lists.apple.com) > > Please do not post admin requests or moderator comments to the list. > Contact the moderators at cocoa-dev-admins(at)lists.apple.com > > Help/Unsubscribe/Update your Subscription: > https://lists.apple.com/mailman/options/cocoa-dev/diederik%40tenhors

Re: Using an anchor in NSURL file url

2016-01-22 Thread diederik
___ > > Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) > > Please do not post admin requests or moderator comments to the list. > Contact the moderators at cocoa-dev-admins(at)lists.apple.com > > Help/Unsubscribe/Update your Subscription: > https:

SOLVED: Strange UIAlertController / UICollectionViewFlowLayout issue

2016-01-10 Thread diederik
thTraits:]+102> > <-[UIKBKeyplaneView drawContentsOfRenderers:]+1198> > <-[UIKeyboardCache > displayImagesForView:fromLayout:imageFlags:]+1518> > <-[UIKBKeyplaneView displayLayer:]+448> ><_ZN2CA5Layer7

Strange UIAlertController / UICollectionViewFlowLayout issue

2016-01-09 Thread diederik
<_ZN2CA11Transaction6commitEv+486> <_afterCACommitHandler+174> <__CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION__+23> <__CFRunLoopDoObservers+391> <__CFRunLoopRun+1147>

Re: Any way to intercept the URL-opening mechanism on OS X?

2015-12-23 Thread diederik
ocoa-dev mailing list (Cocoa-dev@lists.apple.com) > > Please do not post admin requests or moderator comments to the list. > Contact the moderators at cocoa-dev-admins(at)lists.apple.com > > Help/Unsubscribe/Update your Subscription: > https://lists.apple.com/mailman/options

Re: Fade when changing window's rootViewController possible?

2015-11-25 Thread Ten Horses | Diederik Meijer
Please ignore, managed to solve this 10 minutes after hitting send… On 7 nov. 2015, at 22:30, Diederik Meijer <diede...@tenhorses.com> wrote: > Dear list, > > Is it possible to change an iOS app window’s rootViewController at runtime > and have a fade animation between the

SOLVED: Fade when changing window's rootViewController possible?

2015-11-09 Thread Diederik Meijer
hanks again, Diederik > Op 9 nov. 2015, om 18:40 heeft David Duncan <david.dun...@apple.com> het > volgende geschreven: > >> >> On Nov 7, 2015, at 11:31 PM, Diederik Meijer <diede...@tenhorses.com >> <mailto:diede...@tenhorses.com>> wrote:

Fade when changing window's rootViewController possible?

2015-11-07 Thread Diederik Meijer
. This is for iOS 8 and up, coding in Objective-C. Many thanks, Diederik ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins

Re: Fade when changing window's rootViewController possible?

2015-11-07 Thread Diederik Meijer
are both initialized in applicationDidiFinishLaunching. Each of them can call the above method of the app delegate and trigger the switch. Best regards, Diederik > Op 8 nov. 2015, om 04:36 heeft David Duncan <david.dun...@apple.com> het > volgende geschreven: > >> >> On

Background fetch with localNotification

2015-09-01 Thread Diederik Meijer
this uses presentLocalNotificationNow, is there still any need to call cancelAllLocalNotifications in order to ensure the notification is only fired once? Thank you, Diederik ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post

Change window's rootViewController at runtime

2015-07-29 Thread Diederik Meijer
if I am overlooking any issues. In short, is this approach acceptable? Or are there any risks to it? Many thanks, Diederik ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list

Change window.rootViewController at runtime

2015-07-28 Thread Diederik Meijer
overlooking any issues. In short, is this approach acceptable? Many thanks, Diederik ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins

Re: Avoid staircasing by creating keyPath dynamically possible?

2015-03-07 Thread Diederik Meijer
...@codeweavers.com wrote: On Mar 7, 2015, at 5:02 AM, Diederik Meijer diede...@tenhorses.com wrote: This is part of XML parsing with NSXMLParser, is there any way to avoid this type of staircasing by constructing a keyPath dynamically? if (self.nestingLevel == 1) { [[[self.rootparser nodeTree

Avoid staircasing by creating keyPath dynamically possible?

2015-03-07 Thread Diederik Meijer
) number of nesting levels, instead of the hardcoded 4 I am using now. Any thoughts would be appreciated, thanks! Best, Diederik ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list

Re: Avoid staircasing by creating keyPath dynamically possible?

2015-03-07 Thread Diederik Meijer
Sorry, yes I see now!! Will try that out and let you know! Sent from my iPhone On 07 Mar 2015, at 13:43, Ken Thomases k...@codeweavers.com wrote: On Mar 7, 2015, at 6:34 AM, Diederik Meijer diede...@tenhorses.com wrote: On 07 Mar 2015, at 12:36, Ken Thomases k...@codeweavers.com wrote

Re: UIPicker

2015-01-19 Thread Diederik Meijer | Ten Horses
mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/cocoa-dev/diederik%40tenhorses.com

Re: Trouble getting ISO-8859-1 encoded feed to parse and display

2014-11-24 Thread Diederik Meijer | Ten Horses
Verstuurd vanaf mijn iPhone Op 24 nov. 2014 om 04:13 heeft Keary Suska cocoa-...@esoteritech.com het volgende geschreven: On Nov 23, 2014, at 11:06 AM, Diederik Meijer | Ten Horses diede...@tenhorses.com wrote: I am having trouble getting useful data from this url on some

Re: Trouble getting ISO-8859-1 encoded feed to parse and display

2014-11-24 Thread Diederik Meijer | Ten Horses
Verstuurd vanaf mijn iPhone Op 24 nov. 2014 om 05:15 heeft Jens Alfke j...@mooseyard.com het volgende geschreven: On Nov 23, 2014, at 1:06 PM, Diederik Meijer | Ten Horses diede...@tenhorses.com wrote: When I just pull in the feed’s contents using a NSURLConnection, it will show

Re: Trouble getting ISO-8859-1 encoded feed to parse and display

2014-11-24 Thread Diederik Meijer | Ten Horses
Op 24 Nov 2014, om 19:01 heeft Jens Alfke j...@mooseyard.com het volgende geschreven: On Nov 24, 2014, at 9:30 AM, Diederik Meijer | Ten Horses diede...@tenhorses.com wrote: I get no errors, but no results from the parser either. I haven't tested against didStartElement, because

Trouble getting ISO-8859-1 encoded feed to parse and display

2014-11-23 Thread Diederik Meijer | Ten Horses
= [NSMutableArray array]; NSXMLParser *parser = [[NSXMLParser alloc] initWithData:self.dataContainer]; [parser setDelegate:self]; [parser parse]; } I validated the feed’s XML and got no errors.. Anybody out there with experience in solving this? Many thanks! Diederik

UIWebView not scaling page (iOS8)

2014-10-08 Thread Diederik Meijer | Ten Horses
with this on iOS7. It may be bad practise to stuff a web view inside a tableViewCell, I am not sure. But it should still be able to scale the page to fit into it, shouldn’t it? Many thanks, Diederik ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com

Re: return string that is the difference between two other strings

2014-09-21 Thread Diederik Meijer | Ten Horses
admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/cocoa-dev/diederik%40tenhorses.com This email sent to diede...@tenhorses.com

Re: return string that is the difference between two other strings

2014-09-21 Thread Diederik Meijer | Ten Horses
. 2014 om 08:24 heeft Diederik Meijer | Ten Horses diede...@tenhorses.com het volgende geschreven: I do a lot of text data mining and need similar functions a lot. I would start on a word by word level, to have whatever it returns be more meaningfull Verstuurd vanaf mijn iPhone Op 20 sep

Re: return string that is the difference between two other strings

2014-09-21 Thread Diederik Meijer | Ten Horses
. It's more time-consuming though... Verstuurd vanaf mijn iPhone Op 21 sep. 2014 om 08:42 heeft 2551 2551p...@gmail.com het volgende geschreven: On 21 Sep 2014, at 13:38, Diederik Meijer | Ten Horses diede...@tenhorses.com wrote: Meaning I would compare words and their index in an array

Re: Changing app screenshots after submission

2014-09-18 Thread Diederik Meijer | Ten Horses
@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/cocoa-dev/diederik%40tenhorses.com This email sent to diede

Re: NSUserDefaults not sticking

2014-09-09 Thread Diederik Meijer | Ten Horses
mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/cocoa-dev/diederik%40tenhorses.com

Re: Resolve alternative TLD

2014-07-04 Thread Diederik Meijer | Ten Horses
That's very promising, thank you! I have no experience with this sort of thing, hopefully I can make that work with NSURLConnection or -Session.. I'll look into the documentation on NSURLProtocol Thanks again to you both! Op Jul 4, 2014, om 10:01 PM heeft Jens Alfke j...@mooseyard.com het

Re: Resolve alternative TLD

2014-07-04 Thread Diederik Meijer | Ten Horses
Thanks Jens, will try all that over the coming days Op Jul 4, 2014, om 11:13 PM heeft Jens Alfke j...@mooseyard.com het volgende geschreven: On Jul 4, 2014, at 1:24 PM, Diederik Meijer | Ten Horses diede...@tenhorses.com wrote: I have no experience with this sort of thing, hopefully I

Resolve alternative TLD

2014-07-03 Thread Diederik Meijer | Ten Horses
to find it. Many thanks, Diederik ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update

Re: Resolve alternative TLD

2014-07-03 Thread Diederik Meijer | Ten Horses
, Diederik Meijer | Ten Horses diede...@tenhorses.com wrote: The issue being that the TLD (think for example: domain.law, with law being the TLD) is accessible through a DNS server, but since the TLD is not officially registered with ICANN, standard browsers do not resolve the domain

Re: Resolve alternative TLD

2014-07-03 Thread Diederik Meijer | Ten Horses
iPhone Op 3 jul. 2014 om 18:22 heeft Jens Alfke j...@mooseyard.com het volgende geschreven: On Jul 3, 2014, at 6:52 AM, Diederik Meijer | Ten Horses diede...@tenhorses.com wrote: The issue being that the TLD (think for example: domain.law, with law being the TLD) is accessible through

Re: Resolve alternative TLD

2014-07-03 Thread Diederik Meijer | Ten Horses
was closed as a duplicate of radar:10252476. We have a corporate TLD that does not resolve in safari, unless you prefix it with http:// so that Safari doesn’t treat it as a search term. Paul On Jul 3, 2014, at 9:22 AM, Jens Alfke j...@mooseyard.com wrote: On Jul 3, 2014, at 6:52 AM, Diederik

Re: Resolve alternative TLD

2014-07-03 Thread Diederik Meijer | Ten Horses
Wait, so it's not a real DNS server, or what? I suppose in that case you'd have to take the URL and look up the domain yourself, then feed the raw IP address to WebKit instead. Cheers, -- Uli Kusterer The Witnesses of TeachText are everywhere... http://www.zathras.d Exactly, any

Re: Resolve alternative TLD

2014-07-03 Thread Diederik Meijer | Ten Horses
volgende geschreven: Firefox doesn't resolve start.rental either. Neither does Chrome. On Jul 3, 2014, at 12:58 PM, Diederik Meijer | Ten Horses wrote: Take start.rental as an example, has a live server on the dot rental TLD, but no standard browser will resolve it, try it in Safari, you'll

Re: Resolve alternative TLD

2014-07-03 Thread Diederik Meijer | Ten Horses
OK thanks everybody! Op Jul 3, 2014, om 10:54 PM heeft Jens Alfke j...@mooseyard.com het volgende geschreven: On Jul 3, 2014, at 1:33 PM, Diederik Meijer | Ten Horses diede...@tenhorses.com wrote: So I guess I somehow need to handle DNS Lookup / IP resolving myself, is there anybody

Re: Insetting a UIWebView while a keyboard is on screen

2014-05-28 Thread Diederik Meijer
://lists.apple.com/mailman/options/cocoa-dev/diederik%40tenhorses.com This email sent to diede...@tenhorses.com ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact

Re: Insetting a UIWebView while a keyboard is on screen

2014-05-28 Thread Diederik Meijer | Ten Horses
own the html? Verstuurd vanaf mijn iPhone Op 29 mei 2014 om 00:27 heeft Nick Zitzmann n...@chronosnet.com het volgende geschreven: On May 28, 2014, at 2:11 AM, Diederik Meijer diede...@tenhorses.com wrote: You could consider animating the UiWebview up when the keyboard appears

White rectangle behind UIAlertView when subview clipsToBounds

2014-05-15 Thread Diederik Meijer | Ten Horses
to NO, then the alertview is shown normally without any issues. Has anybody run into this and is there a way to fix this? Many thanks, Diederik ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments

Re: White rectangle behind UIAlertView when subview clipsToBounds

2014-05-15 Thread Diederik Meijer | Ten Horses
, Diederik Op May 15, 2014, om 6:53 PM heeft David Duncan david.dun...@apple.com het volgende geschreven: On May 15, 2014, at 8:42 AM, Diederik Meijer | Ten Horses diede...@tenhorses.com wrote: Dear list, I implemented a very straightforward UIAlertView. For some reason, on iPad

Re: White rectangle behind UIAlertView when subview clipsToBounds

2014-05-15 Thread Diederik Meijer | Ten Horses
strange I need these steps to have a normal UIAlertView experience in my use case, so I'm still very interested in helpful feedback! Op May 15, 2014, om 8:23 PM heeft Diederik Meijer | Ten Horses diede...@tenhorses.com het volgende geschreven: Hi David, Many thanks for your quick response

JSONSerialization 'Garbage at end' error

2014-04-30 Thread Diederik Meijer | Ten Horses
, Diederik ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: https

Re: JSONSerialization 'Garbage at end' error

2014-04-30 Thread Diederik Meijer | Ten Horses
into this error, they’re working with JSON data that really does have garbage at the end. Is it possible that you’re doing something like appending a null terminator or something else non-printable so that when you look at the data then it all seems OK? On Apr 30, 2014, at 8:20 AM, Diederik

Re: JSONSerialization 'Garbage at end' error

2014-04-30 Thread Diederik Meijer | Ten Horses
Thanks Andy and Jens! Op Apr 30, 2014, om 10:07 PM heeft Andy Lee ag...@mac.com het volgende geschreven: On Apr 30, 2014, at 3:21 PM, Jens Alfke j...@mooseyard.com wrote: On Apr 30, 2014, at 8:20 AM, Diederik Meijer | Ten Horses diede...@tenhorses.com wrote: Now here is the problem

Re: HTML emails from Objective C

2013-12-22 Thread Diederik Meijer | Ten Horses
/cocoa-dev/diederik%40tenhorses.com This email sent to diede...@tenhorses.com ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins

Re: Best way to put a fixed view in a UITableViewController scene?

2013-11-27 Thread Diederik Meijer | Ten Horses
Subscription: https://lists.apple.com/mailman/options/cocoa-dev/diederik%40tenhorses.com This email sent to diede...@tenhorses.com ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments

Re: Threadsafe copy of objective c object

2013-09-03 Thread Diederik Meijer | Ten Horses
your Subscription: https://lists.apple.com/mailman/options/cocoa-dev/diederik%40tenhorses.com This email sent to diede...@tenhorses.com ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments

Re: Introducing ioscomponents.com

2013-08-28 Thread Diederik Meijer | Ten Horses
and very accessible, but to focus on the white spots on the map instead.. Along the way, try to get feedback from your target audience as early as possible, maybe even at the drawing table, and let them help you find the best direction.. Best, Diederik Op Aug 28, 2013, om 12:04 AM heeft

Re: Fastest way to replace characters in string

2013-08-22 Thread Diederik Meijer | Ten Horses
% of the laws included in the app are that large. Most laws are handled and updated within two seconds. Thanks again for thinking with me, I hugely appreciate it. Best regards, Diederik Op Aug 22, 2013, om 1:57 AM heeft Wim Lewis w...@omnigroup.com het volgende geschreven: On 21 Aug 2013, at 4:44

Fastest way to replace characters in string

2013-08-21 Thread Diederik Meijer | Ten Horses
stringByReplacingOccurancesOfString:withString: on each item. There must be a more efficient way to update the html string loaded from the local file, obviously doing more than 300 of these replace actions is slow and inefficient. Does anybody here know of a better way to handle this? Many thanks! diederik

NSLog object = nil?

2013-08-20 Thread Diederik Meijer | Ten Horses
the itemStore object and all objects it exclusively owns. Is there any way to NSLog the destruction of the itemStore object? I tried putting a log in itemStore's dealloc method, but it doesn't show up in the console. Many thanks, Diederik ___ Cocoa-dev

Re: NSLog object = nil?

2013-08-20 Thread Diederik Meijer | Ten Horses
Apologies, no need to respond, I have just fixed this.. Op Aug 20, 2013, om 11:32 PM heeft Diederik Meijer | Ten Horses diede...@tenhorses.com het volgende geschreven: Dear list, I have the following structure: An itemStore object creates a worker object (property of itemStore object

Re: NSLog object = nil?

2013-08-20 Thread Diederik Meijer | Ten Horses
usage... Verstuurd vanaf mijn iPhone Op 20 aug. 2013 om 23:45 heeft Ken Thomases k...@codeweavers.com het volgende geschreven: On Aug 20, 2013, at 4:32 PM, Diederik Meijer | Ten Horses wrote: An itemStore object creates a worker object (property of itemStore object) that hold a weak

Re: How to get rid of keyboard on iPhone

2013-08-13 Thread Diederik Meijer | Ten Horses
-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/cocoa-dev/diederik

Re: Computing the height for a UITableViewHeaderFooterView

2013-08-06 Thread Diederik Meijer | Ten Horses
-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/cocoa-dev/diederik%40tenhorses.com This email sent to diede...@tenhorses.com ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please

Re: dev site down time is ridiculous

2013-07-24 Thread Diederik Meijer | Ten Horses
comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/cocoa-dev/diederik%40tenhorses.com This email sent to diede...@tenhorses.com

Re: height of UITableView with exactly two rows

2013-07-15 Thread Diederik Meijer | Ten Horses
at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/cocoa-dev/diederik%40tenhorses.com This email sent to diede...@tenhorses.com ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com

Re: height of UITableView with exactly two rows

2013-07-15 Thread Diederik Meijer | Ten Horses
Isn't the standard 44? Then 2 rows would be 88, or am I missing something? Op Jul 15, 2013, om 1:08 PM heeft Diederik Meijer | Ten Horses diede...@tenhorses.com het volgende geschreven: Won't, setting the row height in - (CGFloat)tableView:(UITableView *)tableView

Re: height of UITableView with exactly two rows

2013-07-15 Thread Diederik Meijer | Ten Horses
Seems to be equal on iPhone and iPad Verstuurd vanaf mijn iPhone Op 15 jul. 2013 om 13:18 heeft Koen van der Drift koenvanderdr...@gmail.com het volgende geschreven: On Jul 15, 2013, at 7:14 AM, Diederik Meijer | Ten Horses diede...@tenhorses.com wrote: Isn't the standard 44? Then 2

Re: Javascript call function Objective-C

2013-07-05 Thread Diederik Meijer | Ten Horses
://lists.apple.com/mailman/options/cocoa-dev/diederik%40tenhorses.com This email sent to diede...@tenhorses.com ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators

Re: Moving a textField from under keyboard

2013-06-29 Thread Diederik Meijer | Ten Horses
/options/cocoa-dev/diederik%40tenhorses.com This email sent to diede...@tenhorses.com ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins

Re: What, exactly constitutes a mutable action on an instance?

2013-05-29 Thread Diederik Meijer | Ten Horses
, copy and weak keywords in the property declaration affect this? Thanks! Diederik Op May 28, 2013, om 10:16 PM heeft Jens Alfke j...@mooseyard.com het volgende geschreven: On May 28, 2013, at 6:39 AM, Alex Zavatone z...@mac.com wrote: NSString *myString; You’ve declared myString

Re: What, exactly constitutes a mutable action on an instance?

2013-05-29 Thread Diederik Meijer | Ten Horses
Thanks Robert and Quincey, that's very helpful! Op May 29, 2013, om 8:26 AM heeft Quincey Morris quinceymor...@rivergatesoftware.com het volgende geschreven: On May 28, 2013, at 23:37 , Diederik Meijer | Ten Horses diede...@tenhorses.com wrote: 1. With ARC, do we still have to worry

Re: UILabel with superscripts

2013-05-09 Thread Diederik Meijer | Ten Horses
mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/cocoa-dev/diederik%40tenhorses.com

Detect whether UIRefreshControl can be used

2013-05-08 Thread Diederik Meijer | Ten Horses
! diederik ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: https

Re: Detect whether UIRefreshControl can be used

2013-05-08 Thread Diederik Meijer | Ten Horses
Thank you Nick, that works perfectly!! Op May 8, 2013, om 5:20 PM heeft Nick Zitzmann n...@chronosnet.com het volgende geschreven: On May 8, 2013, at 8:51 AM, Diederik Meijer | Ten Horses diede...@tenhorses.com wrote: I am implementing a UIRefreshControl in an app that runs on iOS 5.1

Re: UITableViewCell with variable height

2013-04-28 Thread Ten Horses | Diederik Meijer
: https://lists.apple.com/mailman/options/cocoa-dev/diederik%40tenhorses.com This email sent to diede...@tenhorses.com ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list

Re: ^Block statement considered harmful for callbacks?

2013-04-25 Thread Diederik Meijer | Ten Horses
not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/cocoa-dev/diederik%40tenhorses.com This email sent to diede...@tenhorses.com

Re: presentViewController completion block usage

2013-04-16 Thread Diederik Meijer | Ten Horses
@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/cocoa-dev/diederik%40tenhorses.com This email sent to diede

Better way to create a 'grouped' array from a NSArray?

2013-03-26 Thread Diederik Meijer | Ten Horses
actually have another app that does just that. But in this case, all data is pulled in from the network at all times and there is no persistent storage on the device. For this reason, implementing CoreData feels like overkill to me. Thanks! Diederik

Re: @class

2013-03-22 Thread Diederik Meijer | Ten Horses
://lists.apple.com/mailman/options/cocoa-dev/diederik%40tenhorses.com This email sent to diede...@tenhorses.com ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators

Re: KeyboardType for an iOS searchBar.

2013-03-13 Thread Diederik Meijer | Ten Horses
comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/cocoa-dev/diederik%40tenhorses.com This email sent to diede...@tenhorses.com

Re: UITableViewController init not called (storyboard)

2013-03-12 Thread Ten Horses | Diederik Meijer
Subscription: https://lists.apple.com/mailman/options/cocoa-dev/diederik%40tenhorses.com This email sent to diede...@tenhorses.com ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments

Re: Turning off screen shot ability

2013-03-06 Thread Diederik Meijer | Ten Horses
___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/cocoa-dev/diederik

Re: [OT] Sync vs ASync Server Comms

2013-02-27 Thread Ten Horses | Diederik Meijer
-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/cocoa-dev/diederik%40tenhorses.com

Re: Long load time of managed object context

2009-01-24 Thread Diederik Hoogenboom
). - Diederik On 16 jan 2009, at 13:03, Matteo Manferdini wrote: Hi everyone, I'm testing performance in my application, to see how it behaves with a big load of data inside of it. My application is core data based and uses array controllers in entity mode to fetch data. What I discovered is that my