Discussion Forums  >  BT.com Website, Account Questions

Replies: 15    Views: 204

Jake Chasan
Veteran developer
Profile
Posts: 1685
Reg: May 13, 2011
location unknow...
29,650
01/09/14 06:50 PM (10 years ago)

Alert Menu, ActionSheet Menu, and Launch Screen Updated

Hi Everyone, I am pleased to announce the following updates: -Alert Menu v2.2 -ActionSheet Menu v1.1 -Launch Screen v1.1 The following bugs have been fixed: -Typos -Problem loading screens if the app had a tab bar Jake
 
SmugWimp
Smugger than thou...
Profile
Posts: 6316
Reg: Nov 07, 2012
Tamuning, GU
81,410
like
01/09/14 07:26 PM (10 years ago)
Coolness, Jake. Rock on :) Cheers! -- Smug
 
Niraj
buzztouch Evangelist
Profile
Posts: 2943
Reg: Jul 11, 2012
Cerritos
37,930
like
01/09/14 09:31 PM (10 years ago)
Excellent, Jake. Thanks for taking care of your kids. :-) -- Niraj
 
mutzy
Aspiring developer
Profile
Posts: 841
Reg: Nov 03, 2010
Medford, MA
9,860
like
03/14/14 07:04 PM (10 years ago)
Jake- I'm developing my first tabbed app and have your alert view plugin in there twice. It works great for launching most other plugins but for some reason I can't get the email or chat functions to work. Is this known? Any idea how to fix? Thanks! Josh
 
Jake Chasan
Veteran developer
Profile
Posts: 1685
Reg: May 13, 2011
location unknow...
29,650
like
03/15/14 08:10 AM (10 years ago)
@Josh: Which plugin do you mean by chat? Send a sms/text? Jake
 
mutzy
Aspiring developer
Profile
Posts: 841
Reg: Nov 03, 2010
Medford, MA
9,860
like
03/15/14 01:35 PM (10 years ago)
yes, share via text.
 
Jake Chasan
Veteran developer
Profile
Posts: 1685
Reg: May 13, 2011
location unknow...
29,650
like
03/15/14 02:19 PM (10 years ago)
Are you having the same issues with the Actionsheet Menu? Jake
 
mutzy
Aspiring developer
Profile
Posts: 841
Reg: Nov 03, 2010
Medford, MA
9,860
like
03/15/14 02:27 PM (10 years ago)
I haven't used that plugin yet, just the alert view
 
Jake Chasan
Veteran developer
Profile
Posts: 1685
Reg: May 13, 2011
location unknow...
29,650
like
03/15/14 06:44 PM (10 years ago)
A couple questions: 1. Are you using BT3.0? 2. Are you using the latest version of the plugin? 3. When was the last time you downloaded your source code? Jake
 
mutzy
Aspiring developer
Profile
Posts: 841
Reg: Nov 03, 2010
Medford, MA
9,860
like
03/16/14 07:29 AM (10 years ago)
1. Yes 2 and 3. I assume so. I just downloaded the package itself a month ago and just added your plugin a few days ago. To be sure I just re-downloaded the entire package. Now your plugin will indeed open the email and text screen but now the cancel function does not work (or even if I do send an email/sms) so you are stuck on those screens and it eventually freezes, forcing me to delete the app and reinstall. Josh
 
Jake Chasan
Veteran developer
Profile
Posts: 1685
Reg: May 13, 2011
location unknow...
29,650
like
03/16/14 10:02 AM (10 years ago)
By "delete app" do you mean force quit it (double tap on home screen and swipe up)? Are you on iOS 6 or iOS 7? Jake
 
mutzy
Aspiring developer
Profile
Posts: 841
Reg: Nov 03, 2010
Medford, MA
9,860
like
03/16/14 12:05 PM (10 years ago)
I updated xcode a few days ago so both it and my phone have iOS 7.1. And no, I tried force quitting but it just brought me back to the open email so I had to delete and reinstall. Josh
 
Jake Chasan
Veteran developer
Profile
Posts: 1685
Reg: May 13, 2011
location unknow...
29,650
like
03/16/14 01:27 PM (10 years ago)
Ok, that happens sometimes when Xcode is running. This is a problem with how the view is loaded in iOS 7. Do you have the Share Menu plugin? This plugin fixes the problems with the default BT Email and Text. Jake
 
mutzy
Aspiring developer
Profile
Posts: 841
Reg: Nov 03, 2010
Medford, MA
9,860
like
03/16/14 10:20 PM (10 years ago)
I don't have that plugin and would prefer to use the alert view since I use it in other instances as well (such as one with options to either email developer or leave a review on iTunes). Will it be updated to include this functionality? I've used it in other iOS 7 apps without a problem, not sure what changed.
 
Jake Chasan
Veteran developer
Profile
Posts: 1685
Reg: May 13, 2011
location unknow...
29,650
like
03/17/14 09:17 AM (10 years ago)
Nothing has changed with the plugin. I have done some more testing and discussed with some other programmers on Stack Overflow. We have determined it is a problem with the BT_viewController Class. To fix the problem, please do the following: *For the Email Problem* 1. Search for: [self dismissModalViewControllerAnimated:YES]; in the method -(void)mailComposeController:(MFMailComposeViewController*)controller didFinishWithResult:(MFMailComposeResult)result error:(NSError*)error { 2. Replace "self" with "controller" *For the Messages Problem* 1. Search for: [self dismissModalViewControllerAnimated:YES]; in the method -(void)messageComposeViewController:(MFMessageComposeViewController *)controller didFinishWithResult:(MessageComposeResult)result{ 2. Replace "self" with "controller" Does this fix your problems?
 
mutzy
Aspiring developer
Profile
Posts: 841
Reg: Nov 03, 2010
Medford, MA
9,860
like
03/17/14 11:58 AM (10 years ago)
It sure does, thanks!
 

Login + Screen Name Required to Post

pointerLogin to participate so you can start earning points. Once you're logged in (and have a screen name entered in your profile), you can subscribe to topics, follow users, and start learning how to make apps like the pros.