Questions tagged [sections]

697 questions
0
votes
1 answer

how to determine the sections for cell in UITableView - objective-c

im working on application that have search view, the search view contain a tableView with 3 sections - i implement the section manually by - (NSInteger)numberOfSectionsInTableView:(UITableView *)tableView { // Return the number of sections. …
Amir Foghel
  • 853
  • 1
  • 12
  • 28
0
votes
1 answer

iOS 5 - Dividing UITableView into sections by Core Data Attribute

I'm quite the newbie at Core Data, so please bear with me. ;) In my Data Model, I have a single entity called "Item", with 2 attributes, "Section" and "Name." I already have the UITableView (my main view) populated using by Name, but I want to…
mhbdr
  • 753
  • 2
  • 10
  • 26
0
votes
2 answers

Howto fill UITableView with sections and rows dynamically?

I have some problems with UITableView and sections/rows. Iam parsing the section names, all row names and row count per section from a xml. I have 3 NSMutableArrays: nameArray (with all row names) sectionArray (all section names) secCountArray (row…
Nico
  • 1,071
  • 1
  • 23
  • 39
-1
votes
1 answer

Not able to position a section properly in HTML, CSS

I am creating a portfolio website and i want a hobbies section below an about section. When I first made the hobbies section, it appeared above the about section although I had coded it below the about section in the HTML. Now when I am trying to…
-1
votes
1 answer

How to fix "Unexpected section title"?

This docstring: """ Returns ------- out: int Output. Bad title --------- Text. """ produces: C:\module.py:docstring of my_pkg.module.func:5: CRITICAL: Unexpected section title. Bad title --------- Can I make it respect Bad title, or at…
-1
votes
1 answer

Indent subsubsubsection with Latex in the table of contents

I found the way to add a subsubsubsection to a LaTeX file using…
-1
votes
1 answer

Background image doesn't appear

.imagem-cortada { width: 100%; background-image: url("imagens/Vector 9.png"); } The HTML:
-1
votes
1 answer

Move CollectionViewCell to another section

I have a UIViewController with a collectionView inside it. The layout may seem confusing but I am making use of horizontal scrolling UICollectionViewCells, presented in 3 sections. The main collection view is made up of 3 sections. I access 3…
Dee
  • 3
  • 4
-1
votes
1 answer

Xcode Table View Sections not updating

I have created a new Xcode 9.4.1 Master-Detail project. I have implemented a custom cell programmatically and all works as expected. My app is a database of Ham Radio Repeaters. I am creating the app for practice. I am now trying to implement…
jbdkz
  • 3
  • 4
-1
votes
1 answer

change section name in visual studio c++

When I write a simple program in Visual Studio with C++. After compile and linking, the executable file has the section like .text, .data and etc. Are there practical ways to change these names to other names? In the advanced option of the linker…
-1
votes
1 answer

How to get html section to top pushing the container to the bottom of the screen

https://ethanykc.github.io/contact.html My contact form is doing this weird thing where the particles are being pushed under the contact form. If i use the canvas as a parent of the section then the contact form disappears even if I set the z-index…
Ethan
  • 3
  • 1
-1
votes
1 answer

Section is overlapping on the background image

I have two problem to sort out. First, I would like to have a background image and over that, I have a YouTube video but it should be in the center and vertically in the middle to look nice. Second, when I am trying to add a new section i.e.…
Obaid
  • 79
  • 1
  • 9
-1
votes
2 answers

How to reduce the img size

In my code CSS is no longer working, the CSS which I applied to the sections! This image doesn't shrink, what am I missing out? in website: In HTML Code is:
-1
votes
1 answer

How do I combine array sections programmatically?

How do I best to pass this back for x number of sections programmatically vs having to specify each section in the return statement? Is there a way to loop and combine these then return in a combined array for my UserSettings.Sections[x]? My current…
David
  • 171
  • 2
  • 11
-1
votes
1 answer

parallel sections with openmp

Hi, I am trying to run this code in parrallel sections with openmp I wanted to speed up its execution. These blocs can by calculated independently at every time step t. Unfortunatly, instead, the code is slowed down by openmp. I have been…
user1885349
  • 372
  • 1
  • 2
  • 10