`
woainike
  • 浏览: 77744 次
  • 性别: Icon_minigender_1
  • 来自: 武汉
最近访客 更多访客>>
社区版块
存档分类
最新评论

more Table Bar 状态,访问more页面的控制

阅读更多

    if([TabBarController.moreNavigationController.topViewController.view isKindOfClass:[UITableView class]]){

 

        //

        UITableView * moreView = (UITableView*)TabBarController.moreNavigationController.topViewController.view;

 

        if([[TabBarController.moreNavigationController.topViewController.view subviews] count]){

 

            for (UITableViewCell * cell in [moreView visibleCells]) {

                cell.backgroundColor = [UIColor clearColor];

                cell.textLabel.textColor = [UIColor clearColor];

            }

        }

        //

 

        UIView * newView = [[UIView alloc] initWithFrame:CGRectMake(0,0, 320, 367)];

 

        UIImageView * imageView = [[UIImageView alloc] initWithImage:[UIImage imageNamed:@"service1.png"]];

 

        imageView.opaque = NO;

        imageView.alpha = 1;

        [newView addSubview:imageView];

 

        TabBarController.moreNavigationController.topViewController.view.backgroundColor = [UIColor clearColor];

        TabBarController.moreNavigationController.topViewController.view.frame = CGRectMake(0, 0, 320, 367);

 

        [newView addSubview:TabBarController.moreNavigationController.topViewController.view];

        TabBarController.moreNavigationController.topViewController.view = newView;

 

    }



访问navigationbar的方法

 TabBarController.moreNavigationController.topViewController.navigationItem

分享到:
评论

相关推荐

    让你的博客变得多语种的Global Translator插件

    •Schedule a page for a new translation if it has been cached more than X days ago ("0" means "never"):当一个页面已经被缓存超过X天后,计划对其进行新的翻译过程。(填入0代表不进行这个操作)。 Cache ...

    A Practical Guide to Designing with Data.pdf

    Beyond the basic bar charts and line graphs taught in schools, a new breed of illustrations has recently appeared. These new ʻvisualizationsʼ are an attempt to explain the underlying information ...

    JasperReports 3.6 Development Cookbook Jul 2010

    Create multi-page reports, with a cover page and table of contents (TOC) and manage pagination of multiple types of data Use sub-reports to design a multi-column report Design simple or multi-level ...

    apktool documentation

    // builds bar folder into bar/dist/bar.apk file $ apktool b . // builds current directory into ./dist $ apktool b bar -o new_bar.apk // builds bar folder into new_bar.apk $ apktool b bar.apk // ...

    Graphing.Data.with.R.An.Introduction.1491922613

    Complex relationships are often more easily grasped by looking at a picture, or a graph, than they might be if one tried to absorb the nuances in a verbal description or discern the relationships in ...

    Axure交互原型Web组件库 完整版v1.rp

    按纽状态 按纽风格 图标按纽 组合按钮 动态按纽 功能按纽 导航栏 Nav Bar 常用水平导航栏 灰色背景导航栏 暗色背景导航栏 可展开式导航栏 菜单 Menu 常用导航菜单 按纽列表菜单 下拉菜单...

    Pro Android 4

    Table of Contents Introducing the Android Computing Platform Setting up Your Development Environment Understanding Resources Understanding Content Providers Understanding Intents Building User ...

    Bootstrap 4 responsive web design

    The price table section 75 The footer 78 Forming the forms 81 Newsletter form 81 Contact form 83 The sign-in form 87 Images 89 Helpers 91 Floating and centering blocks 91 Context colors 91 Spacing 92 ...

    Doing.Math.with.Python.1593276400

    Describe your data with statistics, and visualize it with line graphs, bar charts, and scatter plots Explore set theory and probability with programs for coin flips, dicing, and other games of chance ...

    Professional Android 4 Application Development

    That includes all the new APIs introduced in Android 3 and 4, including building for tablets, using the Action Bar, Wi-Fi Direct, NFC Beam, and more. Shows experienced developers how to create ...

    Metasploit Bootcamp

    He is an M.tech in Computer Sciences and a thought leader who has contributed to raising the bar of understanding on cyber safety and ethical hacking among students of many colleges and universities ...

    Data Visualization Toolkit: Using JavaScript

    Use D3 to build pie and bar charts, scatter and box plots, and more Work effectively with time-series data Tweak Ruby and SQL to optimize performance with large datasets Use raw SQL in Rails: window ...

    WordPress Top Plugins.pdf

    Table of Contents Preface 1 Chapter 1: Plugin Basics 5 Safety first 6 Automatic install versus manual install 6 Automatic plugin installation 6 Plugin detail 8 Downloading, unpacking, installing...

    Data.Visualization.with.JavaScript.1593276052

    Then you'll move on to more advanced topics, including how to: Create tree maps, heat maps, network graphs, word clouds, and timelines Map geographic data, and build sparklines and composite charts ...

    Google C++ Style Guide(Google C++编程规范)高清PDF

    Table of Contents Header Files The #define Guard Header File Dependencies Inline Functions The -inl.h Files Function Parameter Ordering Names and Order of Includes Scoping Namespaces Nested Classes ...

    IOS5 Programming Cookbook

    1.13 Defining Two or More Methods with the Same Name 46 1.14 Allocating and Initializing Objects 49 1.15 Adding Properties to Classes 51 1.16 Moving from Manual Reference Counting to Automatic ...

    Foundations for Analytics with Python O-Reilly-2016-Clinton W. Brownley

    The matplotlib section illustrates how to create histograms and bar, line, scatter, and box plots. The pandas section discusses some of the ways pandas simplifies the syntax you need to create these ...

    The Busy Coders Guide to Android Development最终版2019

    The Table of Contents Each bullet shown below represents a chapter. Use the search field in the nav bar to search all of the CommonsWare books to see what they hold! Key Android Concepts Choosing ...

    CommonsWare.The.Busy.Coders.Guide.to.Android.Development.Version.8.2.2017

    Table of Contents Preface Key Android Concepts Choosing Your Development Toolchain Tutorial #1 - Installing the Tools Android and Projects Tutorial #2 - Creating a Stub Project Getting Around Android ...

Global site tag (gtag.js) - Google Analytics