view tag

215 questions


1 answers
85 views
0
About WebView in Xamarin.form

I am having trouble with the Xamarin.form WebView.I am trying to implement a webview tag in xaml and display an Amazon page as an example.<?xml version=1.0 encoding=UTF-8?><ContentPage xmlns...

2 years ago

1 answers
94 views
0
Moving Cells in UICollectionView

I'd like to drag the cells in the collection view.In the case of table view, I think you can move rows in edit mode, but does the collection view have such a function?To the UICollectionViewDataSource...


1 answers
132 views
0
How to gradually change (animation) the background color when selecting UITableViewCell

UITableViewCell usually applies background color immediately when tapped.As the background color changes gradually, I think UX can be improved.However, when I searched online, there was a description ...

2 years ago

1 answers
111 views
0
Retrieve custom cells in didSelectItemAtIndexPath

When I tap Cell in CollectionView, I am trying to implement the process such as adding subView to Cell like the camera roll in the Twitter app.That's why I wrote this.-(CameraRollCell*)collectionView:...


1 answers
122 views
0
How do I program the Storyboard Segue?

In Xcode 7 (Swift), install PickerView (two items) and place the transition button under the part.If you select two things in PickerView, it will be displayed on the label, and if you press the button...


1 answers
122 views
0
A space appears above the view of the UITableViewController that you added to the iOS UIViewController container view.

When you add a TableViewController to the ViewController container view (connected by Embedded in Segue), the status bar and navigation bar are blank at the top.That's why I changed the container view...

2 years ago

1 answers
88 views
0
I want to number the pictures selected in the collectionView

We are currently creating an ImagePicker feature that allows you to select multiple photos.Therefore, we have reached the point where we can display the captured photos in UICollectionView.What I want...


1 answers
136 views
0
Overlapping when using custom Cells in UITableView

Creating TableViews using custom Cells without InterfaceBuilderIn ViewController, add UITableView to You have created a CustomCell class and added the CustomView class to it.ContentView.In ViewControl...


1 answers
56 views
0
UICollectionView cells misaligned when returned from a screen transition by show Segue

When drawing for the first time, it appears as shown in the image below, but When I return from the show screen transition, the display will be misaligned as shown below.I tried to play with the top b...


1 answers
129 views
0
UICollectionView cells misaligned when returned from a screen transition by show Segue

When drawing for the first time, it appears as shown in the image below, but When I return from the show screen transition, the display will be misaligned as shown below.I tried to play with the top b...

« - 2 - »

© 2024 OneMinuteCode. All rights reserved.