view tag

215 questions


2 answers
159 views
0
Change the Size of TableView Cells

I would like to change the size of the cell in TableView depending on the content, but I don't know what to do.For example, suppose you have a TableView cell:I would like to change the cell height acc...


1 answers
74 views
0
How to Retrieve http Requests in Python

I am currently trying to develop a simple client browser using python. Is there any way I can do this with python?I would appreciate it if you could let me know the Python library I use.1. You can ren...

2 years ago

1 answers
65 views
0
Solution for Slow Viewing Using Swift's Webview

It looks slower than browsing with Swift using Webview and Safari on iPhone.As a way of looking at it, Safari on the iPhone is displayed while loading, while Webview does not appear to display it unti...

2 years ago

1 answers
79 views
0
The top header of "DataGridView – Stacked Header" is not fixed in the column and scrolls.

DataGridView – Stacked Header is used.It was introduced on this site (codeproject.com).It worked well without fixing the column, but it doesn't work properly when fixing the column.The top tier of the...

2 years ago

1 answers
85 views
0
Change the layout of the contents for each cell in the CollectionView

I would like to change the layout of each cell in CollectionView, but how can I do that?For example, if CollectionView implements three pages of paging processing, you want to place buttons and images...


1 answers
77 views
0
Fatal Signal 11 (SIGSEGV), code 1, on Android

If you filter BaseAdapter with its own filter function, the following error will occur and crash.The specific crash point is not specified, but as far as the log goes, is WebView suspicious?It makes m...

2 years ago

1 answers
91 views
0
Understanding WKWebview Timeout Settings

I would like to set a timeout for the web page loaded in the loadRequest of WKWebview.let configuration=WKWebViewConfiguration()let webView = WKWebView (frame:self.view.bounds, configuration:configura...

2 years ago

1 answers
101 views
0
I want to do sectioning when displaying table views based on NSSet.

This is my first time to ask a question.It may be difficult to read, but please forgive me.CoreData is trying to create a two-tier table view.The data models are as follows:·Main class Attribute Name,...


1 answers
82 views
0
Understanding the Issue of nil in the Swift tableview

Nice to meet you.I'm an engineer with about 2 months of work experience.As I am studying to use Swift for my business, I have been having trouble solving the following problems for a few days.I would ...

2 years ago

1 answers
82 views
0
On iPhoneX, the layout of the UICollectionView is out of alignment.

I have a problem with iPhoneX layout.The app we are currently developing has not added LaunchScreenImage (1124x2436, 2436x1124) for iPhone X.I expect the iPhone X to have the same layout as the 4.7 in...

« - 6 - »

© 2024 OneMinuteCode. All rights reserved.