Barrage module

Barrage module

Source code introduction: sliding channel selection

plan:

1.

Through bullet screen collision detection, decide whether to use this channel, that is, the channel is judged from top to bottom each time.

The main difficulty of collision detection is to detect the collision between horizontally scrolling bullet screens. The survival time of a bullet screen is determined by its display time and survival length. Therefore, to determine whether there is a collision between bullet screens, it is only necessary to detect whether there is a collision at the beginning and disappearance.

2.

When the first channel cannot be found, check the minimum distance of all channels. This distance must be within the length of the specified first barrage. If found, place it behind the corresponding barrage.

2.1. When the rightmost barrage of the previous barrage has not yet appeared on the screen, the new barrage is placed behind it, and space is the interval between the two

2.2. When the rightmost side of the previous bullet screen has appeared on the screen, the new bullet screen is still placed on the border waiting to be scrolled

Surface channel selection (divided into two rows of channels)

plan:

1.

Select the *** row, and follow the rule that there is no bullet screen. If there is no bullet screen, it will be displayed.

2.

If the first row is full, use the second row, which is half the channel height below the base coordinate y of the first row.

This will create a visual difference. When the first row of displays disappears, the second row can be seen, thus achieving a larger display channel (2n-1).

Test environment: Xcode 6.2, iOS 6.0 or above

Source code renderings:

[[140690]]

Download address: http://download..com/data/2068358

<<:  Multi-style card stacking view--ZLSwipeableViewSwift

>>:  Overview of Mobile Web Development Specifications

Recommend

7 simple ways to quickly understand user dads through online data

No matter what kind of marketing we do, we need t...

Operation personnel should understand user portraits

User portrait is a relatively new term. Initially...

"Highly Disseminated" Fission Poster Design Routine

Visual aesthetics is prevalent nowadays, and visu...

Xiaohongshu store operation, delivery and promotion

At the beginning of 2022, Xiaohongshu's commu...

Attention, spectators, this kind of melon cannot be eaten!

Review expert: Hu Jiayu, Master of Botany, Univer...

Understand in 30 seconds: What happened between Russia and Ukraine?

Mixed Knowledge Specially designed to cure confus...

8 ideas for Baidu promotion plan

In fact, promoting the Internet is not difficult,...

Two common bad habits are causing young people’s stomachs to collapse!

From Zibo barbecue to Tianshui spicy hot pot, eve...

How do businesses manage live streaming traffic and conversions?

Today, in our concept, live streaming has basical...