view tag

215 questions


1 answers
70 views
0
Android's webview keyboard does not disappear

http://dotinstall.com/lessons/browser_android_v2/32604I wrote the code as per the above site, but when I see it in the emulator, the keyboard appears by default, and it doesn't disappear even if I unf...


1 answers
130 views
0
If you create ComboBox in Cell in UITableView, it will be reversed for some reason...

This is what happens when you click As shown in the image above, every time I select Cell, the display is reversed.This is UITableView's DidSelectRowAtIndexPath-(void)tableView:(UITableView*)tableView...


1 answers
79 views
0
How to receive UIButton tap events placed in multiple UITableViewCell lines in a higher class (ViewController)

I'd like to know how to use Table View. when multiple buttons are placed in a single cell for the following sources:Is it possible to determine which buttons are placed in the higher class (such as Vi...

2 years ago

1 answers
103 views
0
About UITableView Delete Button Disabled

If you implement edit mode in UITableView, you can delete it by swiping from right to left without pressing the Edit button.I want to make it possible to delete it only when I press edit mode.In short...

2 years ago

1 answers
64 views
0
To cancel a cell drawing during UITableview that no longer needs to be displayed

Swift programming using Xcode 7.3. functableView(table:UITableView, cellForRowAtIndexPath:NSIndexPath)->UITableViewCell{ letcell=table.dueReusableCellWithIdentifier(Cell) as? CustomTableViewCell l...

2 years ago

1 answers
76 views
0
To maximize and display the UIImageView image from above while maintaining aspect

I am using Xcode 9.4.1 (Swift 4.1).The UIImageView displays the image, but the content mode is set to Aspect Fill from the storyboard, and first maximize it to the full UIImageView.Also, I don't want ...

2 years ago

2 answers
59 views
0
I want TableView to be in edit mode with animation without editButtonItem

We have switched the Table view from the buttons on our own navigation bar to edit mode as shown below.However, when I used editButton, there was an animation with a red button on the left that went i...

2 years ago

1 answers
116 views
0
I made a checklist using UITableView, but it doesn't check when I press it.

What do you want to doI am making a list with a check box using UITableView in Xcode.I want to change the image of the blank box and the checked box when cell is pressed, but it doesn't work.Currently...


1 answers
122 views
0
Two Progresses Appear in wkwebView

The first time the webview is loaded with the following code, the progress bar is the intended movement, but if you look at the link in the webview, it looks like two progress bars are displayed.Does ...

2 years ago

2 answers
117 views
0
To use XML element values as text in a table view cell

Creating an iPhone appHow do I use XML element values as text in a table view cell?Specifically, it's as followsRetrieve XML element values that are the contents of _iremono (NSString type) created wi...

« - 7 - »

© 2024 OneMinuteCode. All rights reserved.