上一页 1 ··· 38 39 40 41 42 43 44 45 46 ··· 207 下一页
摘要: 视频直播源码,加载gif图片 NSImage *img = [NSImage imageNamed:@"earth.gif"]; // or similar// [self.window.contentView setWantsLayer:YES]; _imageView.imageScaling 阅读全文
posted @ 2023-10-20 14:07 云豹科技-苏凌霄 阅读(22) 评论(0) 推荐(0)
摘要: 视频直播app源码,去掉导航条和tabbar线条 去掉导航条底部线条 [self.navigationController.navigationBar setBackgroundImage:[[UIImage alloc] init] forBarMetrics:UIBarMetricsDefaul 阅读全文
posted @ 2023-10-20 14:03 云豹科技-苏凌霄 阅读(25) 评论(0) 推荐(0)
摘要: 直播平台源码,Flutter 自定义 虚线 分割线 学习使用Flutter 进行 虚线 自定义控件 练习 // 自定义虚线 (默认是垂直方向)class DashedLind extends StatelessWidget { final Axis axis; // 虚线方向 final doubl 阅读全文
posted @ 2023-10-20 14:00 云豹科技-苏凌霄 阅读(54) 评论(0) 推荐(0)
摘要: 直播平台源代码,TabLayout标签较少时,如何居中显示 <android.support.design.widget.TabLayout android:id="@+id/tabLayout" android:layout_width="match_parent" android:layout_ 阅读全文
posted @ 2023-10-19 14:08 云豹科技-苏凌霄 阅读(96) 评论(0) 推荐(0)
摘要: 直播小程序源码,Android 倾斜文字 效果设置 自定义attrs.xml文件 属性 import android.content.Context;import android.content.res.TypedArray;import android.graphics.Canvas;import 阅读全文
posted @ 2023-10-19 14:06 云豹科技-苏凌霄 阅读(28) 评论(0) 推荐(0)
摘要: 直播网站源码,点击EditText以外的区域,键盘隐藏消失 第一种: InputMethodManager imm= (InputMethodManager) getSystemService(Context.INPUT_METHOD_SERVICE); @Override public boole 阅读全文
posted @ 2023-10-19 14:03 云豹科技-苏凌霄 阅读(30) 评论(0) 推荐(0)
摘要: app直播源码,android AES加密解密实现 import android.util.Base64;import android.util.Log; import java.security.Key; import javax.crypto.Cipher;import javax.crypto 阅读全文
posted @ 2023-10-18 14:07 云豹科技-苏凌霄 阅读(128) 评论(0) 推荐(0)
摘要: 视频直播app源码,自定义View 线型EditText输入框 public class LineEditText extends AppCompatEditText { private Paint mPaint; /** * @param context * @param attrs */ pub 阅读全文
posted @ 2023-10-18 14:05 云豹科技-苏凌霄 阅读(23) 评论(0) 推荐(0)
摘要: 直播软件搭建,利用原生JS实现回到顶部以及吸顶效果 <style> .box1{ width: 1200px; height: 800px; margin: 0 auto; } .box2{ width: 1200px; height: 800px; background-color:palegre 阅读全文
posted @ 2023-10-18 14:01 云豹科技-苏凌霄 阅读(32) 评论(0) 推荐(0)
摘要: 直播软件搭建,LabelList标签选择器 import android.content.Context;import android.content.res.ColorStateList;import android.content.res.TypedArray;import android.gr 阅读全文
posted @ 2023-10-17 14:09 云豹科技-苏凌霄 阅读(16) 评论(0) 推荐(0)
上一页 1 ··· 38 39 40 41 42 43 44 45 46 ··· 207 下一页