Questions tagged [ttlauncherview]

30 questions
0
votes
1 answer

Three20 TTLauncherItem in a custom position

When I add a new TTLauncherItem icon to a TTLauncherView, this icon is set at the last position. Could I set it in another position? How should I do it?
Luis Andrés García
  • 5,852
  • 10
  • 43
  • 57
0
votes
1 answer

How to stop bouncing (Swipe) TTLauncherView

in my app i made a TTLauncherView which has 9 icons. Now client want that these all 9 icon will not swipe and will look fixed at swiping because they are not going to vary. I can do this simply replacing TTLaunchView with 9 static buttons but i dont…
Vaibhav Saran
  • 12,848
  • 3
  • 65
  • 75
0
votes
0 answers

File is Not marked as Executable?

I have been trying to install TLauncher on my Ubuntu pc which runs 23.04 OS. And while i have downloaded the jar file it is giving me the error of item not marked executable. enter image description here I tried some solutions from youtube to…
0
votes
1 answer

Image instead of title in navigation bar of TTLauncherView

I use the TTLauncherView in my project. To have a custom navigation bar background I have subclassed the UINavigationBar in my app delegate. This works fine and all navigation bar's now have this custom style. @implementation UINavigationBar…
DarkLeafyGreen
  • 69,338
  • 131
  • 383
  • 601
0
votes
2 answers

How to add TTTableView inside TTViewController

Hi i am actually struggling with a problem for the past two days. I have a launcher view that calls a TTViewController. Inside that TTViewController I have a segmented controller that manage 3 TTTable that I have added with…
clenemt
  • 793
  • 1
  • 7
  • 20
0
votes
3 answers

TTLauncher View of Three20 not working

I have followed a tutorial to make a simple launcher view like in facebook app. But nothing is displayed on screen when program runs and it shows only a white screen. I dont know why this is happening plz help. The tutorial i followed is at [I have…
0
votes
1 answer

when I Using Three20 to Launch another UITabBarController in a TTLauncherView ,Original UITabBarController Tabbar Can't disappear

when I launch another UITabBarController in a LaunchView, the TTLauncherView is in the page in the original UITabBarController, the Dest Controller is another UITabBarController, but the Original UITabBarController's TabBar can't disappear. So, in…
0
votes
2 answers

Three20: TTLauncherView using presentModalViewController throwing setOriginalNavigatorURL unrecognized selector

Hi I am a newbee to three20. I am getting "SettingsViewController setOriginalNavigatorURL unrecognized selector sent" exception. How do I use the TTLauncherView, if I already have a navigation controller in my app? I have a UITableViewController…
savvybud
  • 66
  • 1
  • 4
0
votes
2 answers

How can I set a maximum on the number of pages in a TTLauncherView?

I'm using TTLauncherView as a sort of home screen for my app and I only have one page's worth of icons. How can I make it so the TTLauncherView won't let you drag icons to "the next page"? I want to set a maximum number of pages (in this case…
zekel
  • 9,227
  • 10
  • 65
  • 96
0
votes
1 answer

TTLauncher in Xcode 4.0

Is there anybody who has successfully used Three20 v1.1 in Xcode 4? I have a project with TTLauncher, but cannot get it to work properly (Creating an Archive for distribution). The v1.1 branch hasn't been merged yet with the updated 1.0.5 it…
Luuk D. Jansen
  • 4,402
  • 8
  • 47
  • 90
0
votes
2 answers

iPhone/Objective-C TTLauncherView loading high resolution images from a URL

I am using Three20's TTLauncherView and was wondering whether anyone has had experience loading high resolution images? http://three20.info/showcase/launcher I am using the following method to set my TTLauncherItem's: NSString *imageUrl = [self…
gotnull
  • 26,454
  • 22
  • 137
  • 203
0
votes
1 answer

Buttons don't appear on the toolbar

A simple question. How do I add toolbar items in combination with a TTLauncherViewController. I must do something very basic wrong, as the toolbar appears, but the button does not show: self.navigationController.toolbarHidden =…
Luuk D. Jansen
  • 4,402
  • 8
  • 47
  • 90
0
votes
1 answer

Issues with Three20 TTLauncherView, TTLauncherItems and UITabBarController

I have a TTLauncherView and a UITabBarController and I'm noticing that the tab bar is actually overlapping the TTLauncherItems as I add more to the view. This is one issue that I'd like to resolve. When I add more items to the view the launcher…
gotnull
  • 26,454
  • 22
  • 137
  • 203
0
votes
2 answers

Using Three20's TTLauncherView: Need help with splitting and adding remaining objects from an NSMutableArray to an NSArray in Objective-C

I am now using this code: - (void)loadLauncher:(NSMutableArray *)categoriesArray { _launcherView = [[TTLauncherView alloc] initWithFrame:self.view.bounds]; _launcherView.columnCount = 3; // Number of pages in your launcherView. …
gotnull
  • 26,454
  • 22
  • 137
  • 203
0
votes
1 answer

hold down button to delete

Well, I cannot seem to find this anywhere on the site. So here is my question. I have a test app which creates multiple buttons and gives each one a unique name via "+" in the toolbar. So far so good. I am trying to find a way to press down on a…
nepfable
  • 1
  • 3
1
2