AppClip testing

2021-09-15 Thread Eric Dolecki via Cocoa-dev
I have an app with an app clip in TestFlight. I can have testers launch the clip directly from TestFlight but when anyone including me scans a QR code with the correct URL, it comes up as not being available in your country or region. So they can’t launch the clip from the card. Anyone know how

Re: Launching another app from mine

2020-06-15 Thread Eric Dolecki via Cocoa-dev
Deep link? URL scheme. If the app being linked to isn’t installed, I think it’s a silent “error”. (sent from my iPhone) From: Gabriel Zachmann via Cocoa-dev Sent: Monday, June 15, 2020 2:30:55 PM To: cocoa-dev@lists.apple.com Subject: Launching another app from

iOS play microphone to headphones

2019-10-06 Thread Eric Dolecki via Cocoa-dev
Quick Swift question. Is it fairly easy to take audio and play it to headphones (not a recording) and be able to turn the microphone on/off? I’m not interested in doing any analysis, just turning outside audio on/off. Thanks, Eric Sent from my iPhone 11 Pro _

Re: A question in regards to AddInstanceForFactory

2019-09-26 Thread Eric Dolecki via Cocoa-dev
Mojave. Good to know though, thanks. Sent from my iPhone 11 Pro From: Gary L. Wade Sent: Thursday, September 26, 2019 11:33 AM To: Eric E. Dolecki Cc: cocoa-dev Subject: Re: A question in regards to AddInstanceForFactory Are you running on Mojave or Catalina bet

UiView as slider with inertia

2018-09-30 Thread Eric Dolecki
I've been tasked with coming up with a few horizontal sliders that are really sequential numbers with the selected value in the middle of the screen. They want drag and release with inertia and also rubber banding on the ends. Values snap into place. 0 1 2 3 4 5 ... Does anyone have something l

Re: touchesMoved value setting

2018-09-18 Thread Eric Dolecki
Ahhh thanks!! The distance is being accumulated appropriately. Sent from my iPhone X. From: Quincey Morris Sent: Tuesday, September 18, 2018 10:33 AM To: Eric E. Dolecki Cc: Cocoa Dev Subject: Re: touchesMoved value setting On Sep 18, 2018, at 06:15 , Eric E. D

Re: Question about NSObject based Class & delegates

2017-08-14 Thread Eric Dolecki
I get exc_bad_access. I guess that a plain init for AVAudioPlayer isn't enough. Later in a try catch I apply the delegate after creation with a URL and it seems to be okay. Get Outlook for iOS From: Jens Alfke Sent: Monday, August 14, 2017

Times in other cities

2017-05-14 Thread Eric Dolecki
I have a clock. If like to present the times in a few major cities. Say London, England. Based on the user's current time zone, present the correct hour, min, and second for London. If I can see how to do it for one city, I should be good for others. Actually the hour offset probably makes the

Re: Rect for centered text in UILabel?

2017-04-04 Thread Eric Dolecki
Thank you. I should have looked more closely at the docs. RTFM, right? 😜 Get Outlook for iOS On Tue, Apr 4, 2017 at 5:27 PM -0400, "Kyle Sluder" wrote:

Re: Use WKSessionFile as Data for AVAudioPlayer?

2017-02-08 Thread Eric Dolecki
Ignore that comment. If love to know how to use the actual file though.  Get Outlook for iOS On Wed, Feb 8, 2017 at 12:35 PM -0500, "Jens Alfke" wrote: On Feb 8, 2017, at 5:48 AM, Eric E. Dolecki wrote:                 try self.player = AVAudioPlayer(contentsOf: file.fileURL!) Why

WatchOS3 layering?

2017-01-26 Thread Eric Dolecki
I have a quick question.  I've been asked to make a companion watch app and have been given a sketch file for the design. In the design in the center is an image of a product. On top and larger is an image that will be hooked up via sequence to the digital crown - a semicircle progress thing.  S

Rotary knob with table-like momentum

2017-01-22 Thread Eric Dolecki
Hey all, Does anyone have a control (knob) that you can turn with a horizontal swipe, but snaps to detents. It doesn't travel 360 degrees, but you can throw it and it rubber bands at its minimum or maximum detent values. I can't seem to get my head around getting all of it and I'm frustrated. An

Re: Swift 3: How to Create CFArray of CGColors?

2016-11-22 Thread Eric Dolecki
http://stackoverflow.com/questions/39514375/cggradient-issues-with-swift-3 Get Outlook for iOS _ From: Charles Jenkins Sent: Tuesday, November 22, 2016 7:18 PM Subject: Swift 3: How to Create CFArray of CGColors? To: Cocoa-Dev (Apple) I’m sure this

Re: Swift 3 macOS read keyboard

2016-10-10 Thread Eric Dolecki
Can I do number 2? Subclass NSVIEWCONTROLLER and do the key up and down and set accepts first responder true. If it's that simple, cool. I didn't know I might need to use subclassing to capture key events.  Sent from Outlook on my phone. On Mon, Oct 10, 2016 at 6:36 PM -0400, "Quincey Morris

Re: iOS app communicating with macOS app

2016-09-29 Thread Eric Dolecki
Thanks everyone. I used  multipeer this morning to do it.  Sent from Outlook on my phone. On Thu, Sep 29, 2016 at 7:31 PM -0400, "Georg Seifert" wrote: Maybe this helps: https://github.com/rsms/peertalk BestGeorg Seifert On 28 Sep 2016, at 14:57, Eric E. Dolecki wrote: I'd like to

Re: Popover arrow point never properly aligned

2016-06-01 Thread Eric Dolecki
Did you ever move that share button? On Wed, Jun 1, 2016 at 2:33 PM -0700, "Rick Mann" wrote: > On Jun 1, 2016, at 13:49 , David Duncan wrote: > > Can you post a (cropped) screenshot? http://cl.ly/091f0h1w361P -- Rick Mann rm...@latencyzero.com ___

Re: Getting displayName out of font file

2016-02-26 Thread Eric Dolecki
I've used that dump fonts method before there was iosfonts.com to help. I haven't tried that in agrees but seems like it should do the trick.  Sent from Outlook on my phone. On Fri, Feb 26, 2016 at 11:23 AM -0800, "Alex Zavatone" wrote: Hopefully, one of these will help. #pragma m

Changing timing for looping uiview animation

2016-02-25 Thread Eric Dolecki
I have a heart rate looping scaling animation.  Every 5 seconds I get new data. How can I adjust the looping scale rate without removing the animation before setting the new rate without hiccups? Sent from Outlook on my phone. ___ Cocoa-dev mailing lis

Re: Image from UIView - text jagged...

2016-01-20 Thread Eric Dolecki
No but I'll look at that in a bit and report back. Thank you!!! Sent from Outlook Mobile On Wed, Jan 20, 2016 at 11:23 AM -0800, "Ryan Dignard" wrote: Have you tried `UIGraphicsBeginImageContextWithOptions(item.bounds.size, NO, 0.0)` ?  I've never had problems with the implicit sc

Re: Settings.bundle settings disappear while running

2016-01-12 Thread Eric Dolecki
I believe so yes. The problem has gone away for some reason though. Perhaps magic. Sent from Outlook Mobile On Tue, Jan 12, 2016 at 8:46 PM -0800, "Ben Kennedy" wrote: Hey Eric, I've seen a problem with recent versions of the toolchain where the Settings app fails to display entr

Re: RSSI is deprecated since iOS 8...

2015-12-10 Thread Eric Dolecki
I thank you kindly.  Sent from Outlook Mobile On Thu, Dec 10, 2015 at 12:33 PM -0800, "Quincey Morris" wrote: On Dec 10, 2015, at 12:20 , Eric E. Dolecki wrote: How do I get an Int value for readRSSI? The header file is your friend in cases like this, although the warning you got

Custom time picker

2015-12-02 Thread Eric Dolecki
I need to create a time picker control but don't have much vertical room. So buttons above and below to affect hours, min, am/pm are out. I was thinking swipes up and down. Best to use 3 UIScrollviews? Inertia is there. Only thing is how to get the numbers to "stick" in selection position while

Re: Custom UIView receiving no touch events?

2015-10-06 Thread Eric Dolecki
Tue, Oct 6, 2015 at 5:56 PM -0700, "Quincey Morris" wrote: On Oct 6, 2015, at 16:48 , Eric Dolecki wrote: I had a UI view on the storyboard  and set its class to my custom UI view class. Init with coder fired and I set my UI from there. However doing so produced dead cont

Re: Language options: Objective-C, Swift, C or C++?

2015-06-12 Thread Eric Dolecki
I love objective-c and swift. I'll concentrate on swift moving forward but I still have large code bases in obj-c.  Sent from Outlook _ From: Maxthon Chan Sent: Friday, June 12, 2015 8:52 PM Subject: Language options: Objective-C, Swift, C or C++? To: Cocoa-Dev L

Animation on gesturing

2014-01-25 Thread Eric Dolecki
The yahoo weather app does it for the iPad, you slowly swipe without releasing and an animation is slowly moved through... It can be forward or reverse. How exactly are they achieving that? Same goes for the iOS pull to refresh animation for the stretched little do dad. Thanks, Eric ___

Re: Custom initWithFrame?

2013-01-05 Thread Eric Dolecki
Thanks. I won't be using Storyboard instances or xib. Probably ever. But very good to know. Eric Sent by Eric's faithful iPad. On Jan 5, 2013, at 3:24 AM, Chris Hanson wrote: > On Jan 3, 2013, at 5:28 PM, Eric Dolecki wrote: > >> I am creating a UIView-based con

Custom initWithFrame?

2013-01-03 Thread Eric Dolecki
I am creating a UIView-based control that I would also like to pass in parameters at the time of creation. Is this doable? I don't want to keep calling methods on my object if I can pass all with initwithframe somehow. Thanks, Eric Sent by Eric's faithful iPad.

Easy wifi credentials

2012-03-22 Thread Eric Dolecki
Are there apis or a way to connect an iDevice to a device and have it send current wifi credentials (with user accept/deny popup)? I thought I heard someone say this before but I've been googling not knowing what it's called and have come up empty so far. Thanks ___

Re: Xcode 4.3.1 Universal Apps

2012-03-16 Thread Eric Dolecki
There is only one project type now that supports universal if I remember correctly. Just make sure to pick the correct one. Sent by Eric's faithful iPad. On Mar 16, 2012, at 1:39 AM, Roland King wrote: > Works fine for me. Are you sure, on the first screen after you picked > application type

Re: Crash when scroll down UITableView

2012-02-24 Thread Eric Dolecki
We need to see code for your data provider and your cell ode for the table. Sent by Eric's faithful iPad. On Feb 19, 2012, at 10:50 AM, Vavelin Kevin wrote: > Hi all, > > I'm Vavelin Kevin and i'm student at Supinfo International University. I try > to develop an application for my uni and

Re: Storyboard scene and UIViewController

2011-11-03 Thread Eric Dolecki
Yup. Sent by Eric's faithful iPad. On Nov 3, 2011, at 7:21 PM, Sixten Otto wrote: > On Thu, Nov 3, 2011 at 12:40 PM, Eric E. Dolecki wrote: >> Then in my code: >> >> UIStoryboard *storyboard = [UIStoryboard storyboardWithName: >> @"MainStoryboard" bundle:[NSBundle mainBundle]]; >> HomeUIVie

Re: Selecting UIButtons with code

2011-09-29 Thread Eric Dolecki
Haha omg thanks :) Sent from my iPhone On Sep 29, 2011, at 9:03 AM, John Andersson wrote: > You should probably change to: > > UIButton *button = (UIButton *)[self.view viewWithTag:i]; > ("i" instead of "tag") > > Regards > /John > > 29 sep 2011 kl. 14:52 skrev Eric E. Dolecki: > >> I am mi

Re: iOS Best Practice Question

2011-04-26 Thread Eric Dolecki
Could you put it in the same view out of visual view and scroll the view up when it's needed? Eric Sent from my iPhone On Apr 26, 2011, at 6:09 PM, koko wrote: > I should have been more specific ... this is for an iPhone app which to me > says UIPickerView cannot be visible always because of

Re: Icon Designer?

2010-11-27 Thread Eric Dolecki
You can hit me up on Monday if you'd like, i develop and design all of the time and perhaps i can help you out. Sent from my iPad of doom. On Nov 27, 2010, at 5:06 PM, Andrew McLaughlin wrote: > Hi all, > > Can anyone recommend a good icon designer/illustrator? I have a good > illustration

Re: Using NSNotificationCenter passing an object or value?

2010-08-03 Thread eric dolecki GMail
Many thanks. I didn't know object could be nil yet still pass it along when populated On Aug 3, 2010, at 4:15 PM, Quincey Morris wrote: > On Aug 3, 2010, at 13:00, Eric E. Dolecki wrote: > >> WHen you say it takes an NSNotification object as a parameter, you mean to >> say that it's missing

Re: Error 134100 - Core Data models incompatible

2010-05-20 Thread eric dolecki GMail
Well said. Sent from my iPad On May 20, 2010, at 6:54 PM, Fritz Anderson wrote: > On 20 May 2010, at 4:13 PM, Brad Gibbs wrote: > >> Mac OS X 10.6.2, iPhone OS 4.0 beta 2 (although the iPad client started life >> before the first OS 4 beta was released). > > And here is why you won't get any