|
|
stackoverflow.com
- 2012-05-21 23:33:11
- Similar
- Report/Block
I am using OHAttributedLabel to create a text link inside my UITableViewCell. However, when I am tapping this link, I am having hard time getting the tap through, it seems like I have to hold my finger a lot longer to get OHAttributedLabel to realize that I want to tap the link. I do not have this problem outside UITableViews, everything...
|
|
|
stackoverflow.com
- 2012-06-02 02:26:24
- Similar
- Report/Block
I am using iOS 5 and making an iPad app. I have a UITableView in my app where every cell contains a UITextView. It experiences very slow scrolling, however, when non-English text is loaded into the text view. This is a sample project I created to demonstrate the issue. This uses a UITableView where every UITableViewCell has one UITextView...
|
|
|
stackoverflow.com
- 2012-03-29 11:57:23
- Similar
- Report/Block
I'd like to create a view controller with a UITableView in the top of the screen and a fixed view at the bottom. (i.e.: Below of the UITableView's surrounding scroll view.) Whilst this is pretty trivial using the traditional NIB file approach, there doesn't currently (as of Xcode 4.3.1) appear to be a way of doing this using Storyboards...
|
|
|
|
stackoverflow.com
- 2010-02-23 20:26:50
- Similar
- Report/Block
I have a UITableView with UITextFields as cells. I would like to dismiss the keyboard when the background of the UITableView is touched. I'm trying to do this by creating a UIButton the size of the UITableView and placing it behind the UITableView . The only problem is the UIButton is catching all the touches even when the touch...
|
|
|
stackoverflow.com
- 2012-05-28 05:51:12
- Similar
- Report/Block
In a uitableview in my storyboard, I have defined a prototype cell. In that cell I have a text view and an image view. I have also given the cell an identifier ("kzTexturedCellv2") and used - (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath kzTexturedCellv2 *cell = [[kzTexturedCellv2 all...
|
|
|
stackoverflow.com
- 2013-04-17 00:44:40
- Similar
- Report/Block
I am trying to understand how does Facebook Messenger create a button at the button of the screen which stays on top of the UITableView and follows the scrolling as well? I want to implement the blue button on the bottom right. What should be my approach to achieve something like that? Any push in the right direction will be highly appre...
|
|
|
stackoverflow.com
- 2012-06-19 08:20:24
- Similar
- Report/Block
Hi can anyone help me how text can be highlighted after search, i want to search data from sqlite database and display it in a UITableView, so how i can highlight the search keyword only in the search Result? Please help?...
|
|
|
|
stackoverflow.com
- 2012-03-11 16:53:39
- Similar
- Report/Block
Overview In an iOS project, I have a UITableView and I am trying to move a row of the UITableView. In my model, the order of data has been changed, so I am trying to visually show it in the table, that is why I have used UITableView 's method moveRowAtIndexPath:toIndexPath: In order to do so I have created an NSIndexPath instance which...
|
|
|
stackoverflow.com
- 2013-03-15 09:35:16
- Similar
- Report/Block
I have two UItableViews and the problem i am having is in going back from the second UITableView to the first UITableView. I have applied the back button using -(IBAction)BackButtonClicked:(id)sender{ [self dismissModalViewControllerAnimated:YES]; } The issue is that it takes me back to the previous UITableView but when I click on the row...
|
|
|
stackoverflow.com
- 2012-03-04 21:36:45
- Similar
- Report/Block
The default colour for text in a UITableView when selected is white. I want to change this to dark grey. I managed to change the main title label text by doing this: cell.selectedTextColor = [UIColor darkGrayColor]; How can I do this for the detailTextLabel though when it is highlighted/selected? Thanks...
|
|
|
stackoverflow.com
- 2011-02-07 14:08:38
- Similar
- Report/Block
I have the following problem. I've created a ViewController pretty much like the above @interface MyViewController : UIViewController { IBOutlet UITableView *myTableView; @property (nonatomic, retain) IBOutlet UITableView *myTableView; I've linked myTableView on the Interface Builder to the matching nib's UITableView. and I've subclas...
|
|
|
stackoverflow.com
- 2012-05-26 13:05:00
- Similar
- Report/Block
i have created different pages for all these categories. books, mobiles,comp. etc now i want to put this type of navigation menu(as shown in figure) in all pages and open page should highlight the corresponding menu link. should i create a schema which contains text and a link and make it multivalued. so then i create a component and fina...
|
|
|
|
stackoverflow.com
- 2013-05-10 17:45:25
- Similar
- Report/Block
I've added a text plugin to a CMS page and within this plugin I'm adding link plugins to various other pages. after i add a link it shows up as a blue orb like object within the text plugin. I'm wondering whether it is possible to add a comment or some text after this, that will not show up on the page when it is published, to say to some...
|
|
|
stackoverflow.com
- 2011-07-22 14:29:50
- Similar
- Report/Block
I want to add the UItableview inside the alert view.. I have tried to add a table view as a sub view of alert view, it's not working. Can you give me some code or sample link for that? How can i do that? Thanks...
|
|
|
stackoverflow.com
- 2012-06-27 18:23:16
- Similar
- Report/Block
How do I merge lines when I insert new text between paragraphs in auto-fill-mode? For example suppose I have the following text: text textᙂtext text text text | text text text text text text | text text text text text text | where the 's indicate the maximum line width and is the cursor. So if I add more text: text text more more more mo...
|
|
|
stackoverflow.com
- 2012-04-08 16:06:18
- Similar
- Report/Block
I have a situation where i call a web service and it returns me some HTML in an XML envelop. like: <xml version="1.0" cache="false"> <head/> <body> <table> <tr> <td> <a href="link-to-prev-post"> <text color="red"><< Prev</text> </a> </td> <td> <a href=...
|
|
|
stackoverflow.com
- 2012-03-04 20:31:03
- Similar
- Report/Block
I did a function to remove line break with php with no success, i tryed all replace code and i still get these line break, i create a json file and i can't read it from jsonp with jquery because of these line break seem to break it all. function clean($text) $text = trim( preg_replace( '/\s+/', ' ', $text ) ); $text = preg_replace("/(\r\...
|
|
|
stackoverflow.com
- 2012-02-01 03:55:09
- Similar
- Report/Block
I am creating a "favorite pages" menu in my tableview application, where users can save their favorite web pages and then navigate to them easier through the menu. For ease of remember which link is which, I want to allow the user to click a button that says "edit," somehow select the cell that they want to edit the name of, and then type...
|
|
|
|
stackoverflow.com
- 2013-02-18 13:04:11
- Similar
- Report/Block
I need help in figuring out a proper way to do this type of functionality. Here i want to create 4 views with Pagination. The Table with Pickup as header should be a UITableView with the title row fixed and rest of the rows are scrollable. There are 3 other UITableViews similar to this which needs to be accessed by swiping either left or...
|
|
|
stackoverflow.com
- 2011-07-17 15:46:04
- Similar
- Report/Block
I've seen various posts on background color for a UITableView for ios 4.2 but I just cannot seem to change the background color. UIView *bgView = [[[UIView alloc] init] autorelease]; bgView.backgroundColor = [UIColor blackColor]; bgView.opaque = YES; self.myTableView.backgroundView = bgView; I've placed this code in a viewDidLoad but it w...
|
|
|
stackoverflow.com
- 2012-04-02 03:02:40
- Similar
- Report/Block
I have TextView with text that changed dynamically. This text contain strings like <a href='myWord'>myWord</a> . I want that after click to this "link" myWord appear in the EditText in the same activity. This is my code: txt.setText(Html.fromHtml("...<a href='link'>link</a>...")); txt.setMovementMethod(LinkMovement...
|
|
|
|
stackoverflow.com
- 2012-06-03 02:18:19
- Similar
- Report/Block
Okay I am creating a Table View using objective c, but the data source is not working correctly... My error: 2012-06-02 20:14:39.891 Dot Golf Scoring[195:707] *** Assertion failure in -[UITableView _createPreparedCellForGlobalRow:withInde xPath:], /SourceCache/UIKit/UIKit-1914.85/UITable View.m:6061 2012-06-02 20:14:39.895 Dot Golf Scoring[...
|
|
|
stackoverflow.com
- 2011-08-22 22:06:33
- Similar
- Report/Block
I'm loading a UIViewController into one of my Nav controller's hierarchies, which will contain some text and some images. At the bottom, I will want to create a expandable and collapsable tableview. First off, is this idea possible? If it is, how do I add it and where do I place the data source and delegate methods? Can I just make a sepa...
|
|
|
stackoverflow.com
- 2012-05-27 06:03:02
- Similar
- Report/Block
I want my tableView to show 6 rows with text in it, in this case "Example." As far as I can tell, I have my numberOfSectionsInTableView: numberOfRowsInSection: set properly. See example code below: - (NSInteger)numberOfSectionsInTableView:( UITableView *)tableView{ // Return the number of sections. return 1; - (NSInteger)tableView:(UITa...
|
|
|
|
deviantart.com
- 2012-04-01 23:29:15
- Similar
- Report/Block
THE BLOG: [link] Created and Animated by: [link] John: [link] Rose: [link] Dave: [link] Jade: [link] Jane: [link] Jake: [link] Roxy: [link] Dirk: [link] Karkat: [link] Aradia: [link] Tavros: [link] Sollux: [link] Nepeta: [link] Kanaya: [link] Terezi: [link] Vriska: [link] Equius: [link] Gamzee: [link] Eridan: [link] Feferi: [link] Music b...
|
|
|
stackoverflow.com
- 2012-05-17 06:32:29
- Similar
- Report/Block
I connect to a server and retrieve five rows of data and then show them up on my tablevie by using reloaddata of my uitableview. So far so good. Then i am trying to retrieve another five rows from the server and i use again reloaddata of my uitableview. I see the new data on the uitableview but when i scroll down to see the previous data...
|
|
|
stackoverflow.com
- 2012-03-03 09:49:39
- Similar
- Report/Block
I am using simple html dom to fetch datas from other websites. while fetching data it fetches both hyperlinks with plain text and without plain text. I want to remove hyperlinks without plain text(link text) while fetching the data .. i have tried below codes if($title==""){ echo "No text";} if(ctype_space($title)) { echo "No text";} wher...
|
|
|
|
stackoverflow.com
- 2012-04-22 01:34:03
- Similar
- Report/Block
In my tableView didSelectRowAtIndexPath I can access the cell textLabel. How do I access the section label? - (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath topPlacesAppDelegate *appDelegate = (topPlacesAppDelegate *) [[UIApplication sharedApplication] delegate]; appDelegate.chosenPhoto = [sel...
|
|
|
stackoverflow.com
- 2013-02-26 17:05:37
- Similar
- Report/Block
I am so lost in this, and have tried everything, now i am having images from the AssetsLibrary, and i want to display them in a matrix on a UITableView, progrematiclly and i dont know how to start. i would be happy to get a direction on how to link my UIImages to a tableView( i need code..) and create him in a matrix . please, give me an...
|
|
|
stackoverflow.com
- 2012-03-09 14:40:14
- Similar
- Report/Block
Hi I want to create a function which returns a user defined type. After the function is created I want to be able to update the type to something else, so that the function uses the new type eg. CREATE TYPE my_type AS ("Column1" text, "Column2" text); CREATE OR REPLACE FUNCTION my_fucntion() RETURNS SETOF my_type ALTER TYPE my_type AS ("N...
|
|
|
|
stackoverflow.com
- 2012-08-02 11:01:02
- Similar
- Report/Block
The website I am testing upon clicking a link provides a JavaScript prompt box containing a url within the text input field. Is there anyway of copying just the link stored within the text field and storing it within a variable? example of the JavaScript prompt: window.prompt("here is the link", "www.google.com"); What I've tried: browser...
|
|
|
stackoverflow.com
- 2012-02-27 23:46:32
- Similar
- Report/Block
I am currently still learning PHP so some things I still struggle with. I have been taking it slowly and reading tutorials which has helped but I can't figure this one out. I have a database table (in mysql) with let's say, 100 urls. There is a column called 'url' and a second column 'text'. I already have the pagination code which works,...
|
|
|
stackoverflow.com
- 2012-03-02 14:19:28
- Similar
- Report/Block
I have UITableView with custom table row. What I need is to have possibility to reorder rows. so in ViewDidLoad i add: - (void)viewDidLoad { [super viewDidLoad]; [self.myTableView setEditing: YES animated: YES]; also add next methods: - (BOOL)tableView:(UITableView *)tableView canEditRowAtIndexPath:(NSIndexPath *)indexPath {...
|
|
|
|
stackoverflow.com
- 2012-05-04 22:36:27
- Similar
- Report/Block
I'm loving MonoTouch so far, but find the documentation and samples lacking once you get past the few beginner lessons. I am struggling with a simple concept of populating a simple UITableView in MonoTouch. I have seen examples of doing this with custom cells, and extensively customizing the list with varying pieces of information, but I...
|
|
|
stackoverflow.com
- 2013-06-04 04:15:28
- Similar
- Report/Block
I am new in IOS6 dev. I got a problem with UITableView. My code below is to display Check Mark at the end of the row selected. But I received an error like "no visible @interface for 'UITableView' declares the selector 'cellForRowAtIndexPath:'". UITableView has cellForRowAtIndexPath method, but tableView cannot show it. I don't know why.
|
|
|
stackoverflow.com
- 2012-10-02 16:07:34
- Similar
- Report/Block
So I have a team page which I have working, which toggles a panel of text and text link to show/hide. All works fine when opening and closing links in order but when clicking around the links without closing each one first the text links get out of sync. It's registering the number of clicks to change the link text, how can I change it ba...
|
|
|
|
stackoverflow.com
- 2013-02-26 06:50:49
- Similar
- Report/Block
I m developing an ipad application and I need a UItableView in popoverviewController.I m struggling a lot for this since two days.I m getting popoverviewController but unable to get UItableView inside it .And also I could see a lot of shadow around popover,and I could dismiss popover on a single click any where on the screen. -(IBAction)b...
|
|
|
androidzoom.com
- 2013-04-25 12:24:40
- Similar
- Report/Block
Gizmoquip Schedule SMS Text messages to be sent any time in the future. The flexible and easy to use SMS Scheduler allows you to create new text messages and specify when to send them. You can even create recurring text messages to serve as reminders to... FREE
|
|
|
stackoverflow.com
- 2012-03-29 15:48:19
- Similar
- Report/Block
I plan to create hundreds of images w/ text in an Excel spreadsheet. E.g., Cell A1 has a color-backround image, and Cell B1 contains a text (e.g. Dulles, VA). I want to program add the text in B1 on the image in A1 and then group them as a new image. How to do it? Any idea? Thanks.
|
|
|
|
stackoverflow.com
- 2012-03-09 18:29:22
- Similar
- Report/Block
I have the following codes, which I realize that only the top 1% of elite programmers will understand: <a><span class="jquery-icon-stuff"></span&g t;Link Text</a> IE6 refuses to render said elite codes (presumably out of respect). However, when I add the following codes: <a>Link Before</a> <a><span...
|